Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nathancday/min_night.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate <nathancday@gmail.com>2018-04-29 09:08:00 +0300
committerNate <nathancday@gmail.com>2018-04-29 09:08:00 +0300
commit35f156160684de7d9838fe9ae77f064c0df54599 (patch)
tree93240fd5fd77208aaa13e1c8b77ae5eb44e7ac46
parent6f41fa1fd4edacae0bec82246332b27b6075e15e (diff)
first steps to finalizing for release
-rw-r--r--exampleSite/config.toml2
-rw-r--r--images/tn.pngbin51767 -> 0 bytes
-rw-r--r--layouts/index.html7
-rw-r--r--static/img/profile.pngbin0 -> 77394 bytes
4 files changed, 5 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index dd13d78..8735574 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -11,7 +11,7 @@ ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "public/"]
post = "/:year/:month/:day/:slug/"
[params]
- author = "Nate"
+ author = "Nate Day"
description = "A sleek dark-mode-able Hugo theme"
githubUsername = "nathancday"
accent = "#386890" # dark colors do best
diff --git a/images/tn.png b/images/tn.png
deleted file mode 100644
index 07e3a59..0000000
--- a/images/tn.png
+++ /dev/null
Binary files differ
diff --git a/layouts/index.html b/layouts/index.html
index d7786ba..1b495f7 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -8,9 +8,10 @@
<img class="img-circle" src="{{ .Site.BaseURL }}img/{{ .Site.Params.avatar }}" alt="Responsive image">
</div>
- <h2>Hi my name is {{ .Site.Params.author }}, and I am a data explorer.</h2>
- <div style = "width: 66%; margin: 0 auto;">
- <h4>By day I do drug discovery, building analysis pipelines and constucting reactive front ends for research. By night I dive into civic data to help the community make better decisions and to keep myself learning. I love all things science and I'm eagar for new challenges where I can help make the world a better place.</h4>
+ <h2>Hi I'm {{ .Site.Params.author }}.</h2>
+ <div style = "width: 75%; margin: 0 auto;">
+ <h3>A sleek dark-mode Hugo blog theme.</h3>
+ <h4>I customize easy and love pull requests.</h4>
</div>
</div>
diff --git a/static/img/profile.png b/static/img/profile.png
new file mode 100644
index 0000000..6bb02ce
--- /dev/null
+++ b/static/img/profile.png
Binary files differ