diff options
Diffstat (limited to 'generate.sh')
-rwxr-xr-x | generate.sh | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/generate.sh b/generate.sh index a8384d2..5e17b96 100755 --- a/generate.sh +++ b/generate.sh | |||
@@ -75,16 +75,15 @@ intro() { | |||
75 | <div class=\"intro\"> | 75 | <div class=\"intro\"> |
76 | Hi. | 76 | Hi. |
77 | <div class=\"hot-links\"> | 77 | <div class=\"hot-links\"> |
78 | <a href=\"https://peppe.rs/index.xml\" class=\"feed-button\">Subscribe</a> | 78 | <a href=\"/index.xml\" class=\"feed-button\">Subscribe</a> |
79 | </div> | 79 | </div> |
80 | <p>I'm Akshay, programmer and pixel-artist.</p> | 80 | <p>I'm Akshay, programmer and pixel-artist. |
81 | <p> | 81 | I write <a href=\"https://git.peppe.rs\">open-source stuff</a>. |
82 | I write <a href=\"https://git.peppe.rs\">open-source stuff</a> to pass time. | ||
83 | I also design fonts: | 82 | I also design fonts: |
84 | <a href=\"https://git.peppe.rs/fonts/scientifica/about\">scientifica</a>, | 83 | <a href=\"https://git.peppe.rs/fonts/scientifica/about\">scientifica</a>, |
85 | <a href=\"https://git.peppe.rs/fonts/curie/about\">curie</a>. | 84 | <a href=\"https://git.peppe.rs/fonts/curie/about\">curie</a>. |
86 | </p> | 85 | </p> |
87 | <p>Send me a mail at [email protected] or a message at n[email protected].</p> | 86 | <p>Reach out at oppili@irc.rizon.net.</p> |
88 | </div> | 87 | </div> |
89 | " | 88 | " |
90 | } | 89 | } |
@@ -100,8 +99,8 @@ EOF | |||
100 | 99 | ||
101 | n_logo() { | 100 | n_logo() { |
102 | cat << EOF | 101 | cat << EOF |
103 | <h1 class="heading">n</h1> | 102 | <h1 class="heading">oppili</h1> |
104 | <h4 class="subheading">nerdypepper's μsings</h4> | 103 | <h4 class="subheading">previously peppe.rs</h4> |
105 | EOF | 104 | EOF |
106 | } | 105 | } |
107 | 106 | ||
@@ -122,17 +121,17 @@ cat << EOF | tee ./docs/posts/index.html ./docs/index.html > /dev/null | |||
122 | <html lang="en"> | 121 | <html lang="en"> |
123 | <head> | 122 | <head> |
124 | <link rel="stylesheet" href="/style.css"> | 123 | <link rel="stylesheet" href="/style.css"> |
125 | <link rel="alternate" type="application/atom+xml" title="nerdypepper's micro musings" href="/index.xml"> | 124 | <link rel="alternate" type="application/atom+xml" title="oppili's micro musings" href="/index.xml"> |
126 | <meta charset="UTF-8"> | 125 | <meta charset="UTF-8"> |
127 | <meta name="viewport" content="initial-scale=1"> | 126 | <meta name="viewport" content="initial-scale=1"> |
128 | <meta content="#ffffff" name="theme-color"> | 127 | <meta content="#ffffff" name="theme-color"> |
129 | <meta name="HandheldFriendly" content="true"> | 128 | <meta name="HandheldFriendly" content="true"> |
130 | <meta property="og:title" content="nerdypepper"> | 129 | <meta property="og:title" content="oppili's site"> |
131 | <meta property="og:type" content="website"> | 130 | <meta property="og:type" content="website"> |
132 | <meta property="og:description" content="nerdypepper's micro musings"> | 131 | <meta property="og:description" content="oppili's micro musings"> |
133 | <meta property="og:url" content="https://peppe.rs"> | 132 | <meta property="og:url" content="https://oppi.li"> |
134 | <link rel="icon" type="image/x-icon" href="/favicon.png"> | 133 | <link rel="icon" type="image/x-icon" href="/favicon.png"> |
135 | <title>peppe.rs</title> | 134 | <title>oppi.li</title> |
136 | EOF | 135 | EOF |
137 | 136 | ||
138 | # index | 137 | # index |