new fonts, added index to makefile
This commit is contained in:
parent
611244d3de
commit
9edc751ab7
BIN
fonts/FSEX300.ttf
Normal file
BIN
fonts/FSEX300.ttf
Normal file
Binary file not shown.
BIN
fonts/FreeMono.otf
Normal file
BIN
fonts/FreeMono.otf
Normal file
Binary file not shown.
@ -10,12 +10,12 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p><a href="./index.html"><img src="./img/banner.png" alt="Homepage" /></a></p>
|
<p><a href="./index.html"><img src="./img/banner.png" alt="Homepage" /></a></p>
|
||||||
<h1 id="shockrahs-definitely-not-a-blog">Shockrah's Definitely-Not-a-Blog</h1>
|
<h1 id="welcome-to-my-comfy-town">Welcome to my Comfy Town</h1>
|
||||||
<h2 id="cool-stuff-about-me">Cool stuff about me</h2>
|
<h2 id="cool-stuff-about-me">Cool stuff about me</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p><strong><a href="./page/links.html">Links where you can find me</a></strong><br />
|
<p><strong><a href="./page/links.html">Links to find me</a></strong><br />
|
||||||
<strong><a href="./page/about.html">About me and what I do from time to time - <em>under construction</em></a></strong><br />
|
<strong><a href="./page/about.html">About Me</a></strong><br />
|
||||||
<strong><a href="https://gitlab.com/AlejandroS/shockrah-city">Source Code</a></strong></p>
|
<strong><a href="https://gitlab.com/AlejandroS/shockrah-city">Site Source Code</a></strong></p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="this-time-for-real"><strong><a href="./post/open.html">This time for real</a></strong></h3>
|
<h3 id="this-time-for-real"><strong><a href="./post/open.html">This time for real</a></strong></h3>
|
||||||
|
8
index.md
8
index.md
@ -1,12 +1,12 @@
|
|||||||
[![Homepage](./img/banner.png)](./index.html)
|
[![Homepage](./img/banner.png)](./index.html)
|
||||||
|
|
||||||
# Shockrah's Definitely-Not-a-Blog
|
# Welcome to my Comfy Town
|
||||||
|
|
||||||
## Cool stuff about me
|
## Cool stuff about me
|
||||||
|
|
||||||
> **[Links where you can find me](./page/links.html)** \
|
> **[Links to find me](./page/links.html)** \
|
||||||
> **[About me and what I do from time to time - _under construction_](./page/about.html)** \
|
> **[About Me](./page/about.html)** \
|
||||||
> **[Source Code](https://gitlab.com/AlejandroS/shockrah-city)**
|
> **[Site Source Code](https://gitlab.com/AlejandroS/shockrah-city)**
|
||||||
|
|
||||||
------
|
------
|
||||||
### **[This time for real](./post/open.html)**
|
### **[This time for real](./post/open.html)**
|
||||||
|
4
make.sh
4
make.sh
@ -28,6 +28,10 @@ page() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
index() {
|
||||||
|
pandoc index.md --css style.css -s -o index.html
|
||||||
|
}
|
||||||
|
|
||||||
help() {
|
help() {
|
||||||
case $1 in
|
case $1 in
|
||||||
type)
|
type)
|
||||||
|
@ -5,6 +5,14 @@ html {
|
|||||||
-ms-text-size-adjust: 100%;
|
-ms-text-size-adjust: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fixedsys';
|
||||||
|
src: url(./fonts/FSEX300.ttf);
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Freemono';
|
||||||
|
src: url(./fonts/FreeMono.otf);
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
color: #444;
|
color: #444;
|
||||||
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
|
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
|
||||||
@ -77,6 +85,7 @@ h4, h5, h6 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
font-family: "Fixedsys";
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user