-
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
0 parents
commit dc0acab
Showing
10 changed files
with
104 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,2 @@ | ||
.hugo_build.lock | ||
.DS_Store |
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 @@ | ||
[submodule "themes/ananke"] | ||
path = themes/ananke | ||
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git | ||
[submodule "themes/terminal"] | ||
path = themes/terminal | ||
url = https://github.com/panr/hugo-theme-terminal.git |
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,71 @@ | ||
baseURL = 'http://ecomint-nodes.com' | ||
languageCode = "en-us" | ||
theme = "terminal" | ||
paginate = 5 | ||
|
||
[params] | ||
# dir name of your main content (default is `content/posts`). | ||
# the list of set content will show up on your index page (baseurl). | ||
contentTypeName = "posts" | ||
|
||
# ["orange", "blue", "red", "green", "pink"] | ||
themeColor = "green" | ||
|
||
# if you set this to 0, only submenu trigger will be visible | ||
showMenuItems = 0 | ||
|
||
# show selector to switch language | ||
showLanguageSelector = false | ||
|
||
# set theme to full screen width | ||
fullWidthTheme = false | ||
|
||
# center theme with default width | ||
centerTheme = true | ||
|
||
# if your resource directory contains an image called `cover.(jpg|png|webp)`, | ||
# then the file will be used as a cover automatically. | ||
# With this option you don't have to put the `cover` param in a front-matter. | ||
autoCover = true | ||
|
||
# set post to show the last updated | ||
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated | ||
showLastUpdated = false | ||
|
||
# set a custom favicon (default is a `themeColor` square) | ||
# favicon = "favicon.ico" | ||
|
||
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author | ||
# updatedDatePrefix = "Updated" | ||
|
||
# set all headings to their default size (depending on browser settings) | ||
# it's set to `true` by default | ||
# oneHeadingSize = false | ||
|
||
|
||
[params.twitter] | ||
# set Twitter handles for Twitter cards | ||
# see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution | ||
# do not include @ | ||
creator = "theecomint" | ||
site = "http://ecomint.org" | ||
|
||
[languages] | ||
[languages.en] | ||
languageName = "English" | ||
title = "Terminal" | ||
subtitle = "A simple, retro theme for Hugo" | ||
owner = "" | ||
keywords = "" | ||
copyright = "" | ||
menuMore = "Show more" | ||
readMore = "Read more" | ||
readOtherPosts = "Read other posts" | ||
newerPosts = "Newer posts" | ||
olderPosts = "Older posts" | ||
missingContentMessage = "Page not found..." | ||
missingBackButtonLabel = "Back to home page" | ||
|
||
[languages.en.params.logo] | ||
logoText = "EcoMint Public Nodes" | ||
logoHomeLink = "/" |
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,9 @@ | ||
 | ||
|
||
|
||
These [Tezos](http://tezos.com) nodes are provided by the [EcoMint](http://ecomint.org) team free of charge. No guarantees. | ||
|
||
| Network | Link | | ||
|:-----------: |:------------------------------------------------------------------: | | ||
| Mainnet | [mainnet.ecomint-nodes.com](http://mainnet.ecomint-nodes.com:8732) | | ||
| Hangzhounet | [testnet.ecomint-nodes.com](http://testnet.ecomint-nodes.com:8732) | |
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,7 @@ | ||
{{ define "main" }} | ||
<main aria-role="main"> | ||
<div class="homepage-content"> | ||
{{.Content}} | ||
</div> | ||
</main> | ||
{{ end }} |
1 change: 1 addition & 0 deletions
1
resources/_gen/assets/css/ananke/css/main.css_bb5467e0521bbea6b1e66429f6ec028e.content
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
resources/_gen/assets/css/ananke/css/main.css_bb5467e0521bbea6b1e66429f6ec028e.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":"ananke/css/main.min.css","MediaType":"text/css","Data":{}} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.