update contact and about sections
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
parent
358f421157
commit
156a3b1b63
|
@ -0,0 +1,4 @@
|
|||
*.md linguist-detectable=true
|
||||
*.markdown linguist-detectable=true
|
||||
*.org linguist-detectable=true
|
||||
README* linguist-detectable=false
|
|
@ -0,0 +1,6 @@
|
|||
* nattopages
|
||||
Pages by natto
|
||||
|
||||
* License
|
||||
Software code uses the MIT license.
|
||||
All the content under posts/ and images/personal uses the CC BY-NC-SA 4.0 license.
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: About
|
||||
---
|
||||
|
||||
* Alo
|
||||
My name is Amneesh Singh but I also go as natto (or natto1784) online. I was born in the blazing hot summer of 2003 in India, where I also currently reside (just in a different region). I am currently a freshman in college studying engineering. My major is Information Technology, though the subjects are more or less the same as Computer Science. I struggle with basic tasks but I can barely help that.
|
||||
|
||||
I like a lot of things but currently I am into Emacs and functional programming. I also enjoy listening to Trivium. But the thing that I like the most is sleeping, I really do sleep a lot.
|
||||
|
||||
I dislike particularly nothing
|
||||
|
||||
* Socials
|
||||
- [[https://twitter.com/natto1784][Twitter]]
|
||||
- [[https://github.com/natto1784][GitHub]]
|
||||
- [[https://gitlab.com/natto1784][GitLab]]
|
||||
- [[https://anilist.co/user/natto17][Anilist]]
|
||||
|
||||
No other socials given for security reasons (they are not super hard to find, however)
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Contact
|
||||
---
|
||||
|
||||
Contact me at the Khalistani Psyop HQ
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Contact
|
||||
---
|
||||
|
||||
- Email :: [[mailto:natto@weirdnatto.in][natto@weirdnatto.in]]
|
||||
[[mailto:singh.amneesh1784@gmail.com][singh.amneesh1784@gmail.com]]
|
||||
[[mailto:natto1784@protonmail.com][natto1784@protonmail.com]]
|
||||
- IRC Nicks :: natto
|
||||
natto17
|
||||
- LinkedIn :: [[https://www.linkedin.com/in/natto1784/][natto1784]]
|
||||
- Discord :: AlpaViraam#0735
|
|
@ -1,3 +1,14 @@
|
|||
@font-face {
|
||||
font-family: 'Monoid Bold';
|
||||
src: url('https://larsenwork.com/monoid/css/Monoid-Bold.eot');
|
||||
src: url('https://larsenwork.com/monoid/css/Monoid-Bold.eot?#iefix') format('embedded-opentype'),
|
||||
url('https://larsenwork.com/monoid/css/Monoid-Bold.woff2') format('woff2'),
|
||||
url('https://larsenwork.com/monoid/css/Monoid-Bold.woff') format('woff'),
|
||||
url('https://larsenwork.com/monoid/css/Monoid-Bold.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 62.5%;
|
||||
}
|
||||
|
@ -47,6 +58,7 @@ article .header {
|
|||
|
||||
.logo a {
|
||||
font-weight: bold;
|
||||
font-family: "Monoid Bold";
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -111,7 +123,7 @@ article .header {
|
|||
|
||||
@media (min-width: 640px) {
|
||||
body {
|
||||
width: 60rem;
|
||||
width: 60%;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.5 KiB |
|
@ -1,14 +1,11 @@
|
|||
---
|
||||
title: Home
|
||||
home: true
|
||||
---
|
||||
|
||||
<h2>Welcome</h2>
|
||||
|
||||
<img src="/images/haskell-logo.png" style="float: right; margin: 10px;" />
|
||||
|
||||
<p>Welcome to my blog!</p>
|
||||
|
||||
<p>I've reproduced a list of recent posts here for your reading pleasure:</p>
|
||||
<p>These are some pages by natto:</p>
|
||||
|
||||
<h2>Posts</h2>
|
||||
$partial("templates/post-list.html")$
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: nattopages
|
||||
version: 0.1.0.0
|
||||
build-type: Simple
|
||||
license: MPL-2.0
|
||||
license: MIT
|
||||
cabal-version: >= 1.10
|
||||
|
||||
executable site
|
||||
|
|
4
site.hs
4
site.hs
|
@ -15,7 +15,7 @@ main = hakyllWith config $ do
|
|||
route idRoute
|
||||
compile compressCssCompiler
|
||||
|
||||
match (fromList ["about.rst", "contact.markdown"]) $ do
|
||||
match (fromList ["about.org", "contact.org"]) $ do
|
||||
route $ setExtension "html"
|
||||
compile $
|
||||
pandocCompiler
|
||||
|
@ -64,7 +64,7 @@ config =
|
|||
defaultConfiguration
|
||||
{ deployCommand =
|
||||
"rsync --checksum -ave 'ssh -p 22001' \
|
||||
\_site/* \
|
||||
\result/* \
|
||||
\root@weirdnatto.in:/var/lib/site/",
|
||||
previewPort = 3333
|
||||
}
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>My Hakyll Blog - $title$</title>
|
||||
<title>nattopages - $title$</title>
|
||||
<link rel="stylesheet" href="/css/default.css" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="logo">
|
||||
<a href="/">My Hakyll Blog</a>
|
||||
<a href="/">nattopages</a>
|
||||
</div>
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
|
@ -26,8 +26,11 @@
|
|||
</main>
|
||||
|
||||
<footer>
|
||||
All content published under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International</a><br>
|
||||
<a href="https://git.weirdnatto.in/natto1784/nattopages">Source</a> available under MIT License<br>
|
||||
Site proudly generated by
|
||||
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
|
||||
<a href="http://jaspervdj.be/hakyll">Hakyll</a><br>
|
||||
PGP Fingerprint: 53EC 089E F230 E47A 83BA 8F81 9594 9BD4 B853 F559
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue