-
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
22fe023
commit b3f6ccb
Showing
23 changed files
with
74 additions
and
331 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
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 @@ | ||
[submodule "templates/genesis"] | ||
path = templates/genesis | ||
url = https://github.com/webpagine/genesis |
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,5 @@ | ||
<div style="min-height: 100%; text-align: center"> | ||
<div style="block-size: 40%"></div> | ||
<span style="font-size: 400%">404</span><br/> | ||
<span style="font-size: 200%">Page not found.</span> | ||
</div> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[[nav.items]] | ||
[genesis.header.nav.logo] | ||
src = "/assets/img/pagine.svg" | ||
height = 50 | ||
|
||
[[genesis.header.nav.items]] | ||
name = "Documentation" | ||
link = "/docs/" | ||
|
||
[[nav.items]] | ||
[[genesis.header.nav.items]] | ||
name = "Repositories" | ||
link = "https://github.com/webpagine" | ||
|
||
[nav.logo] | ||
src = "/assets/img/pagine.svg" | ||
height = 50 |
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,8 @@ | ||
ignore = [ | ||
"/.git*", | ||
"/*toml", | ||
"/*html", | ||
] | ||
|
||
[use] | ||
genesis = "/templates/genesis" |
This file was deleted.
Oops, something went wrong.
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,8 @@ | ||
<div style="min-height: 100%; text-align: center"> | ||
<div style="margin: auto; block-size: 30%; max-width:100px; background-color: #ff006a"></div> | ||
<img src="/assets/img/pagine_logo.svg" width="100" alt="logo"/> | ||
<p style="font-size: 200%">Quickly build web content with frames from templates.<br/>Just in milliseconds.</p> | ||
<div><a class="button" target="_blank" href="https://github.com/webpagine/get-started/">GET STARTED WITH PAGINE</a></div> | ||
<div style="block-size: 10%"></div> | ||
<a target="_blank" href="https://github.com/webpagine/go-pagine/"><img alt="GitHub Repo stars" height="30" src="https://img.shields.io/github/stars/webpagine/go-pagine"></a> | ||
</div> |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.