Commit graph

85 commits

Author SHA1 Message Date
selsta
d21c4fb10c
navigation: add missing slash 2020-09-20 22:34:23 +02:00
luigi1111
ffe0db01ea
Merge pull request #1120
footer-1.yml: remove link to Kovri
2020-08-26 15:32:38 -05:00
erciccione
c029621ade
footer-1.yml: remove link to Kovri 2020-08-05 10:33:44 +02:00
erciccione
9186c224ec
Feed: Make feed backward compatible (from feed.atom to feed.xml)
The new structure of the feed broke things for people who are using the old version.
2020-08-04 08:21:28 +02:00
luigi1111
39c8c88bd9
Merge pull request #1104
data/nb-no: Add footer1.yml footer-2.yml navigation.yml in Norwegian
2020-07-31 15:14:01 -05:00
luigi1111
6240fc70f8
Merge pull request #1051
Improve RSS experience (install 'jekyll-feed' plugin)
2020-07-31 15:09:21 -05:00
erciccione
182946db4a
data/nb-no: Add footer1.yml footer-2.yml navigation.yml in Norwegian
Co-authored-by: Chris Avis <christopher.avis@hotmail.com>
2020-07-31 16:03:27 +02:00
erciccione
2830f69173
Improve RSS experience (install 'jekyll-feed' plugin)
- Use 'jekyll-feed' plugin to manage RSS feed and remove existing feed.xml file
- Add feed image in main blog tab ('All posts')

The 'jekyll-feed' plugin makes possible for aggregators to automatically detect the existence of a feed (feed_meta tag in header)
and creates a 'feed.atom' file containing the last 20 blog posts and locates it in the root directory. The structure is compatible
with our current system, including the possibility to show a picture if it's included in the post (#1002).
2020-07-29 20:46:37 +02:00
luigi1111
ef9d4e4864
Merge pull request #1027
Blog: Use only one 'Blog' menu and add category selector
2020-07-27 21:33:34 -05:00
luigi1111
16718c3a38
Merge pull request #948
Revamped homepage
2020-06-24 13:57:56 -05:00
erciccione
90848dca72
roadmap: final refactoring
Removed all _data/LANG/roadmap.yml files and moved all strings to _i18n/LANG.yml to take advantage of the multilingual
plugin. Also removed all loops in resources/roadmap/index.md, now we simply map to each placeholder.
2020-06-24 10:06:44 +02:00
erciccione
8996468b1c
Remove 'Using' page 2020-06-21 17:59:09 +02:00
erciccione
79f34d360c
Blog: Use only one 'Blog' menu and add category selector
- Added separator between posts
- remove all submenus and use only 'blog'
- Add category selector for desktop and mobile
2020-06-19 09:37:04 +02:00
erciccione
71f45947f7
navigation: remove 'technical-specs' tab for all languages 2020-05-11 11:18:21 +02:00
luigi1111
9979bde927
Merge pull request #950
update Moneropedia (Russian translate)
2020-04-24 12:46:08 -05:00
v1docq47
426168f011 added Moneropedia "Pruning" translate
update Moneropedia "terms"
update navigations.yml
2020-04-23 23:41:51 +06:00
erciccione
fc294e03d9
roadmap: change implementaton of Dandelion++ to 'completed' 2020-04-18 10:15:07 +02:00
erciccione
4f57e29c0d
Change all links to gitlab 'monero-site' repo to github 2020-04-13 10:15:24 +02:00
erciccione
85cfa90fb0
roadmap: Add CLI release 0.15.0.5 2020-03-27 16:51:51 +01:00
luigi1111
7263257926 Merge !1246
Roadmap: new structure

Closes #1057, #1067, and #1070

See merge request monero-project/monero-site!1246
2020-03-23 20:45:36 +01:00
erciccione
56701f509d
Add new roadmap to all languages
Ported translations for it, fr, de, nl and pt-br
2020-03-22 17:11:44 +01:00
luigi1111
f88871b7af Merge !1225
Add technical info to 'About' page and remove 'technical specs' page

Closes #1035

See merge request monero-project/monero-site!1225
2020-03-20 03:02:03 +01:00
erciccione
d032b10454
Roadmap: new structure
- Changed 'completed', 'ongoing' and 'upcoming' icons to emojis (#1057)
- Refactored CSS and .yml files to make the roadmap compatible with Weblate (#1067)
- Added "GUI 0.15.0.4 released" to March 2020 (#1070)
- Removed dates and replaced with headers showing months
2020-03-18 18:11:46 +01:00
erciccione
ae816cf6b3
roadmap: change structure
The structure of the roadmap isn't meant to support more than 6 tabs, so some changes are necessary to show
the roadmap correctly.

- Grouped the first 2 years 2014-215 on a single tab.
- Added headers for each card
- The last tab is now "Future", and doesn't refer to a specific year, but it's meant to show updates that will be
implemented in the future
- Changed default card from 2019 to 2020
2020-02-28 11:56:21 +01:00
luigi1111
c03e81c86f Merge !1223
Remove _data/lang/template folder

See merge request monero-project/monero-site!1223
2020-02-27 22:27:58 +01:00
luigi1111
203657fa16 Merge !1222
Update Roadmap

See merge request monero-project/monero-site!1222
2020-02-27 22:27:42 +01:00
luigi1111
2b555489f2 Merge !1215
Add new entries under 'Recent News': 'Urgent' and 'Community' and remove 'Announcements'

Closes #1025

See merge request monero-project/monero-site!1215
2020-02-27 22:27:02 +01:00
erciccione
0420429945
Update Roadmap 2020-02-27 10:57:59 +01:00
erciccione
33a62f780b
Add technical info to 'About' page and remove 'technical specs' page
This commits removes the page 'Technical specs' and adds some technical info to the 'About' page.
The 'technical specs' folder and page were removed from the repo, from the navigation menu and
the footer (for all languages)
2020-02-26 18:38:42 +01:00
erciccione
d024a607f6
Remove _data/lang/template folder 2020-02-16 17:10:02 +01:00
luigi1111
459a89ddd0 Merge !1180
footer: use variable instead of absolute link for RSS feed

See merge request monero-project/monero-site!1180
2020-02-06 03:43:07 +01:00
erciccione
5ed44f66b8
Add new menu entries to all languages
zh-tw, zh-cn, tr, nl and ar are untranslated
2020-02-03 19:43:42 +01:00
erciccione
de55ffeb0d
Add new entries under 'Recent News': 'Urgent' and 'Community' and remove 'Announcements'
The Urgent tag is meant to show prioritary communications that the community should be aware of as soon as possible
'Community' will show all non-urgent communications and general blog posts
2020-01-31 15:37:52 +01:00
erciccione
faf57f6556
footer: use variable instead of absolute link for RSS feed 2019-12-29 11:12:33 +01:00
erciccione
50930e2fb7
Add menu entry 'Press Kit'
The page was only linked to from the footer, now it has its own menu voice under 'Resources'
2019-12-18 13:02:50 +01:00
v1docq47
df9c485d2e translating to russian language (update) 2019-10-20 16:40:01 +06:00
erciccione
def398bccb
change content of 'Recent News' for all languages after !1112 2019-09-04 17:42:08 +02:00
erciccione
fe1fdf7e1e
changed content of "recent news" menu
- created tag "announcements"
- replace "Missives" with "Announcements" and linked to related tag
- moved "All Posts" at the bottom of the submenu
- add tag 'announcements' to blog posts that need it
2019-08-31 17:43:42 +02:00
erciccione
b0b342841b
fix link to 'source code' in footer-2.yml 2019-08-11 14:20:32 +02:00
Lafudoci
b7a6cc6c41 Add zh-tw preliminary translation 2019-07-16 11:12:36 +08:00
luigi1111
ae502edf5b Merge !995
Chinese version of the website

See merge request monero-project/monero-site!995
2019-06-08 15:46:58 +02:00
hrumag
b3cd521f4c [i18n-it] Folder _data/lang/it - Fixes from @erciccione 2019-05-31 19:53:12 +02:00
hrumag
a4f91c7ef4 [i18n-it] Folder _data/lang/it - First Issue 2019-05-29 22:19:47 +02:00
erciccione
21a44ad625
zh-cn translation (made by xmrnoblesse) 2019-05-28 11:48:34 +02:00
luigi1111
f254976431 Merge !1020
Update roadmap for 2019 & older missing things

See merge request monero-project/monero-site!1020
2019-05-13 20:11:07 +02:00
Nine Zero
73d2f19ef5
Update Turkish translation: tr.yml and tr/roadmap.yml 2019-05-03 12:04:14 +02:00
Nine Zero
2849edd417
Add initial Turkish translation 2019-04-15 10:49:26 +02:00
el00ruobuob
d5675b43f9
Update roadmap for 2019 & older missing things 2019-03-14 14:45:06 +01:00
luigi1111
f1f8aa5aac Merge !1015
Fix encoding and formatting issues in 'nl' localization

See merge request monero-project/monero-site!1015
2019-03-11 19:32:58 +01:00
erciccione
22a0d3be1d
fix encoding and formatting issues in 'nl' localization
- changed format of roadmap.yml back to UTF-8
- fixed various formatting issues in nl.yml and added missing keys
- change encoding of all user guides (nl) to UTF-8
2019-03-11 19:08:11 +01:00