diff --git a/_data/tags.yml b/_data/tags.yml new file mode 100644 index 0000000000000000000000000000000000000000..6a113c044f05cc3169959aea4e77652897567095 --- /dev/null +++ b/_data/tags.yml @@ -0,0 +1,39 @@ +- slug: monero missives + name: Monero Missives + +- slug: conferences + name: Conferences + +- slug: exchanges + name: Exchanges + +- slug: gui + name: Monero Core GUI + +- slug: usability + name: Usability + +- slug: dev diaries + name: Dev Diaries + +- slug: mining + name: Mining + +- slug: i2p + name: i2p + +- slug: rpc + name: RPC API + +- slug: docs + name: Documentation + +- slug: branding + name: Branding and Graphics + +- slug: compliance + name: Standards Compliance + +- slug: crypto + name: Cryptography + diff --git a/_layouts/blog_by_tag.html b/_layouts/blog_by_tag.html new file mode 100644 index 0000000000000000000000000000000000000000..bc26d42dcf69ebe18552a62cb29f8fefcc65f0b4 --- /dev/null +++ b/_layouts/blog_by_tag.html @@ -0,0 +1,26 @@ +--- +layout: default +--- + +{% assign filename = page.path | remove: '.md' | split: '/' | last %} + +{% for data_tag in site.data.tags %} + {% if data_tag.slug == filename %} + {% assign tag = data_tag %} + {% endif %} +{% endfor %} + +
+ {{ post.summary }} ++ {% endfor %} + {% else %} +
+{% for post in site.posts %}{% for tag in post.tags %}{{ tag }} +{% endfor %}{% endfor %} +diff --git a/blog/tags/branding.md b/blog/tags/branding.md new file mode 100644 index 0000000000000000000000000000000000000000..320028d508d1c18c7fa5c93e6b86123a66b3926a --- /dev/null +++ b/blog/tags/branding.md @@ -0,0 +1,3 @@ +--- +layout: blog_by_tag +--- \ No newline at end of file diff --git a/blog/tags/compliance.md b/blog/tags/compliance.md new file mode 100644 index 0000000000000000000000000000000000000000..320028d508d1c18c7fa5c93e6b86123a66b3926a --- /dev/null +++ b/blog/tags/compliance.md @@ -0,0 +1,3 @@ +--- +layout: blog_by_tag +--- \ No newline at end of file diff --git a/blog/tags/conferences.md b/blog/tags/conferences.md new file mode 100644 index 0000000000000000000000000000000000000000..320028d508d1c18c7fa5c93e6b86123a66b3926a --- /dev/null +++ b/blog/tags/conferences.md @@ -0,0 +1,3 @@ +--- +layout: blog_by_tag +--- \ No newline at end of file diff --git a/blog/tags/crypto.md b/blog/tags/crypto.md new file mode 100644 index 0000000000000000000000000000000000000000..320028d508d1c18c7fa5c93e6b86123a66b3926a --- /dev/null +++ b/blog/tags/crypto.md @@ -0,0 +1,3 @@ +--- +layout: blog_by_tag +--- \ No newline at end of file diff --git a/blog/tags/dev diaries.md b/blog/tags/dev diaries.md new file mode 100644 index 0000000000000000000000000000000000000000..320028d508d1c18c7fa5c93e6b86123a66b3926a --- /dev/null +++ b/blog/tags/dev diaries.md @@ -0,0 +1,3 @@ +--- +layout: blog_by_tag +--- \ No newline at end of file diff --git a/blog/tags/docs.md b/blog/tags/docs.md new file mode 100644 index 0000000000000000000000000000000000000000..320028d508d1c18c7fa5c93e6b86123a66b3926a --- /dev/null +++ b/blog/tags/docs.md @@ -0,0 +1,3 @@ +--- +layout: blog_by_tag +--- \ No newline at end of file diff --git a/blog/tags/exchanges.md b/blog/tags/exchanges.md new file mode 100644 index 0000000000000000000000000000000000000000..320028d508d1c18c7fa5c93e6b86123a66b3926a --- /dev/null +++ b/blog/tags/exchanges.md @@ -0,0 +1,3 @@ +--- +layout: blog_by_tag +--- \ No newline at end of file diff --git a/blog/tags/gui.md b/blog/tags/gui.md new file mode 100644 index 0000000000000000000000000000000000000000..320028d508d1c18c7fa5c93e6b86123a66b3926a --- /dev/null +++ b/blog/tags/gui.md @@ -0,0 +1,3 @@ +--- +layout: blog_by_tag +--- \ No newline at end of file diff --git a/blog/tags/i2p.md b/blog/tags/i2p.md new file mode 100644 index 0000000000000000000000000000000000000000..320028d508d1c18c7fa5c93e6b86123a66b3926a --- /dev/null +++ b/blog/tags/i2p.md @@ -0,0 +1,3 @@ +--- +layout: blog_by_tag +--- \ No newline at end of file diff --git a/blog/tags/mining.md b/blog/tags/mining.md new file mode 100644 index 0000000000000000000000000000000000000000..320028d508d1c18c7fa5c93e6b86123a66b3926a --- /dev/null +++ b/blog/tags/mining.md @@ -0,0 +1,3 @@ +--- +layout: blog_by_tag +--- \ No newline at end of file diff --git a/blog/tags/monero missives.md b/blog/tags/monero missives.md new file mode 100644 index 0000000000000000000000000000000000000000..320028d508d1c18c7fa5c93e6b86123a66b3926a --- /dev/null +++ b/blog/tags/monero missives.md @@ -0,0 +1,3 @@ +--- +layout: blog_by_tag +--- \ No newline at end of file diff --git a/blog/tags/rpc.md b/blog/tags/rpc.md new file mode 100644 index 0000000000000000000000000000000000000000..320028d508d1c18c7fa5c93e6b86123a66b3926a --- /dev/null +++ b/blog/tags/rpc.md @@ -0,0 +1,3 @@ +--- +layout: blog_by_tag +--- \ No newline at end of file diff --git a/blog/tags/usability.md b/blog/tags/usability.md new file mode 100644 index 0000000000000000000000000000000000000000..320028d508d1c18c7fa5c93e6b86123a66b3926a --- /dev/null +++ b/blog/tags/usability.md @@ -0,0 +1,3 @@ +--- +layout: blog_by_tag +--- \ No newline at end of file diff --git a/knowledge-base/how-to/use-simplewallet.md b/knowledge-base/how-to/use-simplewallet.md index 6018d426c28b92f0763ac3320d9425afc80eef1d..cbc71f132e82a57773431ff7fbe751db5b1c64f2 100644 --- a/knowledge-base/how-to/use-simplewallet.md +++ b/knowledge-base/how-to/use-simplewallet.md @@ -1,6 +1,5 @@ --- layout: default -translated_name: files.simplewallet --- #How to Use simplewallet diff --git a/knowledge-base/vocabulary/vocab.md b/knowledge-base/vocabulary/vocab.md index b5b0d1f64ba943d9d065dd758bb5dd1f3e2619bb..429a5faaf2a4d6c5d72eaea6ba2d348111f108b8 100644 --- a/knowledge-base/vocabulary/vocab.md +++ b/knowledge-base/vocabulary/vocab.md @@ -1,6 +1,5 @@ --- layout: default -translated_name: files.vocab --- #Vocab