-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54c5a78
commit eb614fb
Showing
8 changed files
with
113 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "{{ replace .Name "-" " " | title }}" | ||
date: {{ .Date }} | ||
draft: true | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ❤ 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
3 changes: 3 additions & 0 deletions
3
resources/_gen/assets/scss/scss/main.scss_de1a7f5f1c8c46959803c429bb697ff0.content
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
resources/_gen/assets/scss/scss/main.scss_de1a7f5f1c8c46959803c429bb697ff0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="}} |