update contact and about sections
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
*.md linguist-detectable=true
|
||||||
|
*.markdown linguist-detectable=true
|
||||||
|
*.org linguist-detectable=true
|
||||||
|
README* linguist-detectable=false
|
6
README.org
Normal file
6
README.org
Normal file
@@ -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.
|
18
about.org
Normal file
18
about.org
Normal file
@@ -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
|
|
11
contact.org
Normal file
11
contact.org
Normal file
@@ -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 {
|
html {
|
||||||
font-size: 62.5%;
|
font-size: 62.5%;
|
||||||
}
|
}
|
||||||
@@ -47,6 +58,7 @@ article .header {
|
|||||||
|
|
||||||
.logo a {
|
.logo a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-family: "Monoid Bold";
|
||||||
color: #000;
|
color: #000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@@ -111,7 +123,7 @@ article .header {
|
|||||||
|
|
||||||
@media (min-width: 640px) {
|
@media (min-width: 640px) {
|
||||||
body {
|
body {
|
||||||
width: 60rem;
|
width: 60%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 5.5 KiB |
@@ -1,14 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: Home
|
title: Home
|
||||||
|
home: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<h2>Welcome</h2>
|
<h2>Welcome</h2>
|
||||||
|
|
||||||
<img src="/images/haskell-logo.png" style="float: right; margin: 10px;" />
|
<p>These are some pages by natto:</p>
|
||||||
|
|
||||||
<p>Welcome to my blog!</p>
|
|
||||||
|
|
||||||
<p>I've reproduced a list of recent posts here for your reading pleasure:</p>
|
|
||||||
|
|
||||||
<h2>Posts</h2>
|
<h2>Posts</h2>
|
||||||
$partial("templates/post-list.html")$
|
$partial("templates/post-list.html")$
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
name: nattopages
|
name: nattopages
|
||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
license: MPL-2.0
|
license: MIT
|
||||||
cabal-version: >= 1.10
|
cabal-version: >= 1.10
|
||||||
|
|
||||||
executable site
|
executable site
|
||||||
|
4
site.hs
4
site.hs
@@ -15,7 +15,7 @@ main = hakyllWith config $ do
|
|||||||
route idRoute
|
route idRoute
|
||||||
compile compressCssCompiler
|
compile compressCssCompiler
|
||||||
|
|
||||||
match (fromList ["about.rst", "contact.markdown"]) $ do
|
match (fromList ["about.org", "contact.org"]) $ do
|
||||||
route $ setExtension "html"
|
route $ setExtension "html"
|
||||||
compile $
|
compile $
|
||||||
pandocCompiler
|
pandocCompiler
|
||||||
@@ -64,7 +64,7 @@ config =
|
|||||||
defaultConfiguration
|
defaultConfiguration
|
||||||
{ deployCommand =
|
{ deployCommand =
|
||||||
"rsync --checksum -ave 'ssh -p 22001' \
|
"rsync --checksum -ave 'ssh -p 22001' \
|
||||||
\_site/* \
|
\result/* \
|
||||||
\root@weirdnatto.in:/var/lib/site/",
|
\root@weirdnatto.in:/var/lib/site/",
|
||||||
previewPort = 3333
|
previewPort = 3333
|
||||||
}
|
}
|
||||||
|
@@ -4,13 +4,13 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<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" />
|
<link rel="stylesheet" href="/css/default.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="/">My Hakyll Blog</a>
|
<a href="/">nattopages</a>
|
||||||
</div>
|
</div>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
@@ -26,8 +26,11 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<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
|
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>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user