Add onion, minify

This commit is contained in:
null 2021-01-22 15:04:23 +01:00
parent d467d22d0d
commit 8f054aa611
55 changed files with 603 additions and 53571 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
.idea
site
.iml

View file

1
CNAME
View file

@ -1 +0,0 @@
monerodocs.org

1
mkdocs-material Submodule

@ -0,0 +1 @@
Subproject commit 2bab77cf071d2a50b5990667b662708501328e09

View file

@ -5,6 +5,8 @@ site_author: "Piotr 'Qertoip' Włodarek"
site_url: 'https://monerodocs.org'
site_dir: 'public'
copyright: '© 2021 MoneroDocs under <a href="https://opensource.org/licenses/MIT">MIT</a>'
nav:
- Home: 'index.md'
- Interacting:
@ -53,12 +55,30 @@ nav:
- Overview: 'accepting-monero/overview.md'
theme:
name: 'material'
name: null
custom_dir: mkdocs-material/material
# 404 page
static_templates:
- 404.html
# Necessary for search to work properly
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
palette:
primary: white
accent: indigo
icon:
logo: logo
logo: 'images/monero.svg'
language: 'en'
extra_css: ['overrides.css']
@ -80,3 +100,11 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.superfences # nest code blocks inside codeblocks
- pymdownx.snippets # insert content from other files
plugins:
- search
- minify:
minify_html: true
minify_js: true
htmlmin_opts:
remove_comments: true

9
monerodocs-org.iml Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,14 @@
{
"assets/javascripts/bundle.js": "assets/javascripts/bundle.83e5331e.min.js",
"assets/javascripts/bundle.js.map": "assets/javascripts/bundle.83e5331e.min.js.map",
"assets/javascripts/vendor.js": "assets/javascripts/vendor.93c04032.min.js",
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.93c04032.min.js.map",
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.8c7e0a7e.min.js",
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.8c7e0a7e.min.js.map",
"assets/stylesheets/main.css": "assets/stylesheets/main.15aa0b43.min.css",
"assets/stylesheets/main.css.map": "assets/stylesheets/main.15aa0b43.min.css.map",
"assets/stylesheets/overrides.css": "assets/stylesheets/overrides.46d791ea.min.css",
"assets/stylesheets/overrides.css.map": "assets/stylesheets/overrides.46d791ea.min.css.map",
"assets/stylesheets/palette.css": "assets/stylesheets/palette.75751829.min.css",
"assets/stylesheets/palette.css.map": "assets/stylesheets/palette.75751829.min.css.map"
}

View file

@ -0,0 +1,3 @@
@-webkit-keyframes tx-heart{0%,40%,80%,100%{transform:scale(1)}20%,60%{transform:scale(1.15)}}@keyframes tx-heart{0%,40%,80%,100%{transform:scale(1)}20%,60%{transform:scale(1.15)}}.md-typeset figure>p+figcaption{margin-top:-1.2rem}.md-typeset .twitter{color:#00acee}.md-typeset .tx-video{width:auto}.md-typeset .tx-video__inner{position:relative;width:100%;height:0;padding-bottom:56.138%}.md-typeset .tx-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border:none}.md-typeset .tx-heart{-webkit-animation:tx-heart 1000ms infinite;animation:tx-heart 1000ms infinite}.md-typeset .tx-insiders{color:#e91e63}.md-typeset .tx-insiders-button{font-weight:400}.md-typeset .tx-insiders-count{font-weight:700}.md-typeset .tx-insiders-list{margin:2em 0;overflow:auto}.md-typeset .tx-insiders-list__item{display:block;float:left;width:3rem;height:3rem;margin:.2rem;overflow:hidden;border-radius:100%;transform:scale(1);transition:color 125ms,transform 125ms}.md-typeset .tx-insiders-list__item img{display:block;width:100%;height:auto;-webkit-filter:grayscale(100%);filter:grayscale(100%);transition:-webkit-filter 125ms;transition:filter 125ms;transition:filter 125ms, -webkit-filter 125ms}.md-typeset .tx-insiders-list__item:focus,.md-typeset .tx-insiders-list__item:hover{transform:scale(1.1)}.md-typeset .tx-insiders-list__item:focus img,.md-typeset .tx-insiders-list__item:hover img{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.md-typeset .tx-insiders-list__item--private{color:var(--md-default-fg-color--lighter);font-weight:700;font-size:1.2rem;line-height:3rem;text-align:center;background:var(--md-default-fg-color--lightest)}.md-typeset .tx-switch button{cursor:pointer;transition:opacity 250ms}.md-typeset .tx-switch button:focus,.md-typeset .tx-switch button:hover{opacity:.75}.md-typeset .tx-switch button>code{display:block;color:var(--md-primary-bg-color);background-color:var(--md-primary-fg-color)}.md-typeset .tx-columns ol,.md-typeset .tx-columns ul{-moz-columns:2;columns:2}@media screen and (max-width: 29.9375em){.md-typeset .tx-columns ol,.md-typeset .tx-columns ul{-moz-columns:initial;columns:initial}}.md-typeset .tx-columns li{-moz-column-break-inside:avoid;break-inside:avoid}.md-announce a,.md-announce a:focus,.md-announce a:hover{color:currentColor}.md-announce strong{white-space:nowrap}.md-announce .twitter{margin-left:.2em}.tx-content__footer{margin-top:1rem;text-align:center}.tx-content__footer a{display:inline-block;color:#e91e63;transition:transform 250ms cubic-bezier(0.1, 0.7, 0.1, 1),color 125ms}.tx-content__footer a:focus,.tx-content__footer a:hover{transform:scale(1.2)}.tx-content__footer hr{display:inline-block;width:2rem;margin:1em;vertical-align:middle;background-color:currentColor;border:none}.tx-container{padding-top:1rem;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1123 258'><path d='M1124,2c0,0 0,256 0,256l-1125,0l0,-48c0,0 16,5 55,5c116,0 197,-92 325,-92c121,0 114,46 254,46c140,0 214,-167 572,-166Z' style='fill: hsla(0, 0%, 100%, 1)' /></svg>") no-repeat bottom,linear-gradient(to bottom, var(--md-primary-fg-color), #a63fd9 99%, var(--md-default-bg-color) 99%)}[data-md-color-scheme=slate] .tx-container{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1123 258'><path d='M1124,2c0,0 0,256 0,256l-1125,0l0,-48c0,0 16,5 55,5c116,0 197,-92 325,-92c121,0 114,46 254,46c140,0 214,-167 572,-166Z' style='fill: hsla(232, 15%, 21%, 1)' /></svg>") no-repeat bottom,linear-gradient(to bottom, var(--md-primary-fg-color), #a63fd9 99%, var(--md-default-bg-color) 99%)}.tx-hero{margin:0 .8rem;color:var(--md-primary-bg-color)}.tx-hero h1{margin-bottom:1rem;color:currentColor;font-weight:700}@media screen and (max-width: 29.9375em){.tx-hero h1{font-size:1.4rem}}.tx-hero__content{padding-bottom:6rem}@media screen and (min-width: 60em){.tx-hero{display:flex;align-items:stretch}.tx-hero__content{max-width:19rem;margin-top:3.5rem;padding-bottom:14vw}.tx-hero__image{order:1;width:38rem;transform:translateX(4rem)}}@media screen and (min-width: 76.25em){.tx-hero__image{transform:translateX(8rem)}}.tx-hero .md-button{margin-top:.5rem;margin-right:.5rem;color:var(--md-primary-bg-color)}.tx-hero .md-button:focus,.tx-hero .md-button:hover{color:var(--md-default-bg-color);background-color:var(--md-accent-fg-color);border-color:var(--md-accent-fg-color)}.tx-hero .md-button--primary{color:#894da8;background-color:var(--md-primary-bg-color);border-color:var(--md-primary-bg-color)}
/*# sourceMappingURL=overrides.46d791ea.min.css.map*/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,139 +1,139 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
<loc>https://monerodocs.org/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/interacting/download-monero-binaries/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/interacting/verify-monero-binaries/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/interacting/overview/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/interacting/monero-config-file/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/interacting/monerod-reference/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/interacting/monero-wallet-cli-reference/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/interacting/monero-wallet-gui-reference/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/interacting/monero-wallet-rpc-reference/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/interacting/monero-blockchain-export-reference/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/interacting/monero-blockchain-import-reference/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/technical-specs/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/cryptography/introduction/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/cryptography/asymmetric/introduction/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/cryptography/asymmetric/private-key/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/cryptography/asymmetric/public-key/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/cryptography/asymmetric/edwards25519/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/cryptography/asymmetric/key-image/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/cryptography/base58/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/cryptography/prng/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/cryptography/keccak-256/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/public-address/standard-address/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/public-address/subaddress/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/public-address/integrated-address/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/proof-of-work/what-is-pow/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/proof-of-work/pow-in-cryptocurrencies/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/proof-of-work/cryptonight/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/proof-of-work/random-x/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/multisignature/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/infrastructure/networks/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/infrastructure/tor-onion-p2p-seed-nodes/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/infrastructure/monero-pulse/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/running-node/open-node-tor-onion/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://monerodocs.org/accepting-monero/overview/</loc>
<lastmod>2021-01-21</lastmod>
<lastmod>2021-01-22</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long