diff --git a/config.toml b/config.toml index 71ebe53..48aac36 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ baseURL = 'http://wownerodocs.org/' languageCode = 'en-us' title = 'WowneroDocs' theme = 'hugo-book' +enableInlineShortcodes = true [markup.goldmark.renderer] unsafe = true diff --git a/content/_index.md b/content/_index.md index 6391570..09e0fa6 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,16 +3,18 @@ title: Introduction type: docs --- -# Wownero Docs +# Wownero - The Best and Most Useless Project This is a documentation page for the cryptocurrency project, [Wownero](https://wownero.org); the only project that means nothing, is generally useless, and doesn't try to pretend any differently. It's freeing in a way to embrace these facts as the rest of the cryptocurrency realm is rife with marketing, buzzwords, and bullshit to have new entrants drink the kool-aid so proponents can gamble against each other to make a buck. -Wownero is a fun project to learn and hack on code, bet on snail races (literally), make stupid memes, chat with our group of ragtag stoners, and generally have fun with interesting tech based on Monero (the only legit project around). Real G's idle in [IRC](https://webchat.oftc.net/?channels=wownero) (and move in silence like lasagna). +Wownero is a fun project to learn and hack on code, bet on snail races (literally), make stupid memes, chat with our group of ragtag stoners, and generally have fun with interesting cryptocurrency tech based on Monero (the only legit project around). Real G's idle in [IRC](https://webchat.oftc.net/?channels=wownero) (and move in silence like lasagna). If you're coming to "invest", you're going to have a bad time. +{{< video "https://files.lzahq.tech/aheadofthepack.mp4" >}} + ## Official sites - [wownero.org](https://wownero.org/) - the official Wownero website - [git.wownero.com](https://git.wownero.com/) - WOW source code is here @@ -42,3 +44,5 @@ If you're coming to "invest", you're going to have a bad time. ## Tutorials - [How to run a node](/docs/node) - [How to mine](/docs/mining) + +![](/highlyfocused.png) \ No newline at end of file diff --git a/content/docs/mining.md b/content/docs/mining.md index a35ddb3..e820eae 100644 --- a/content/docs/mining.md +++ b/content/docs/mining.md @@ -43,4 +43,6 @@ To solo mine you can use SuchMiner, a high-performance Wownero miner. ## Wen block? [CryptUnit](https://www.cryptunit.com/coin/WOW) is a great solo mining calculator. -Please keep in mind that solo mining is a lottery - it might take you more or less time to find a block, depending on your luck. \ No newline at end of file +Please keep in mind that solo mining is a lottery - it might take you more or less time to find a block, depending on your luck. + +![](/mason.png) \ No newline at end of file diff --git a/content/docs/technical-specs.md b/content/docs/technical-specs.md index add333b..ed6bdfa 100644 --- a/content/docs/technical-specs.md +++ b/content/docs/technical-specs.md @@ -4,6 +4,12 @@ title: "Techical specs" # Wownero Technical Specs +## Charts + +The following charts were generated by a real G, [Stoffu](https://github.com/stoffu/diff-chart) + +https://stoffu.github.io/diff-chart/#wownero + ## Live Wownero blockchain is live since April 1st 2018. diff --git a/layouts/shortcodes/video.html b/layouts/shortcodes/video.html new file mode 100644 index 0000000..e2cb623 --- /dev/null +++ b/layouts/shortcodes/video.html @@ -0,0 +1,5 @@ +
+ +
\ No newline at end of file diff --git a/static/highlyfocused.png b/static/highlyfocused.png new file mode 100644 index 0000000..378b72c Binary files /dev/null and b/static/highlyfocused.png differ diff --git a/static/mason.png b/static/mason.png new file mode 100644 index 0000000..e252ff2 Binary files /dev/null and b/static/mason.png differ diff --git a/static/wall2.jpeg b/static/wall2.jpeg new file mode 100644 index 0000000..5fc23d7 Binary files /dev/null and b/static/wall2.jpeg differ