Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
FitzyCodesThings committed Sep 20, 2020
1 parent 54c5a78 commit eb614fb
Show file tree
Hide file tree
Showing 8 changed files with 113 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# The Continue Project

> While this body contains breath, I will continue.
6 changes: 6 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

57 changes: 57 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
baseurl = "localhost"
title = "The Continue Project"
languageCode = "en-us"
theme = "hello-friend-ng"
paginate = 10

[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"

# Subtitle for home
homeSubtitle = "While this body contains breath, I will continue."

# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false

# Enable sharing buttons, if you linke
enableSharingButtons = true

# Metadata mostly used in document's head
description = "My new homepage or blog"
keywords = "homepage, blog"
images = [""]

# Default theme "light" or "dark"
defaultTheme = "light"

footerRight = "Theme Made With &#10084; by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"

[taxonomies]
category = "blog"
tag = "tags"
series = "series"

[languages]
[languages.en]
title = "The Continue Project"
subtitle = "While this body contains breath, I will continue."
keywords = ""
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
readOtherPosts = "Read other posts"

[languages.en.params.logo]
logoText = "continue;"
logoHomeLink = "/"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"

# And you can even create generic menu
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/posts"
6 changes: 6 additions & 0 deletions content/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "About"
date: 2020-09-20T11:55:20-05:00
draft: true
---

22 changes: 22 additions & 0 deletions content/posts/welcome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Welcome"
date: 2020-09-20T11:55:40-05:00
draft: true
toc: false
images:
tags:
- General Info
---
## Life is no simple thing.

This project is a recognition of that fact.

It is a recognition that we all - well or ill, successful or still striving - need a hand now and then.

It is to be a source of help, of hope, of inspiration to those in need of it.

We aim to provide resources for and support of initiatives focused on suicide prevention and mental health awareness.

We are engineers. We are software developers. We are people of the modern age.

We are humans, and we continue.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Target":"main.d1ea4af8fd04fb24a4f8b882ea54bd04eb245427ca4baf527c81a5dab071410b.css","MediaType":"text/css","Data":{"Integrity":"sha256-0epK+P0E+ySk+LiC6lS9BOskVCfKS69SfIGl2rBxQQs="}}

0 comments on commit eb614fb

Please sign in to comment.