- Jan 20, 2020
-
-
Martyn Welch authored
Most of the user pages contain links to pages written by the user as some users took the convention of writing pages in their user areas before moving into a more suitable location once they had been reviewed. As this is no longer the expected workflow and the new site does not have the concept of users, remove these pages. Any pages with potential value as still in progress have been moved to branches which can be reviewed an merged properly in the future. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
A number of pages were found that clashed when adjusting names. These were found not to be overly troublesome to resolve (duplicate information or empty pages). This commit resolves these files. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The wiki had a wiki specific mechanism for redirecting pages. This doesn't work outside of the wiki, so replace references to redirect pages as appropriate and remove redirect pages. Ensure links from the old wiki are maintained. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The wiki is now locked and a final dump of data performed. Update the site to reflect these latest changes, including adding back a piece of ascii art removed in the last dump as it was confusing the conversion tool. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jan 17, 2020
-
-
Martyn Welch authored
Now that the site is live, switch the baseURL from "https://docs.pages.apertis.org/apertis-website/" to "https://www.apertis.org/ " so that users aren't pushed onto the docs.pages.a.o site when traversing the site. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jan 16, 2020
-
-
Martyn Welch authored
The theme seems to have a number of images in the static folder that aren't used. To ensure that these don't get served by the Apertis site remove them. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The stock 404 page contains a southpark meme. As this may not be to everyones taste remove it (and simplify the message used a little). Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Depending on which URL is used to access the page, links to static content may be broken. Resolve this by ensuring absolute URLs are used. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
So as to transition relatively seemlessly to the new site, we can use the Hugo Alias functionality to put a number of HTML redirects in place to translate between `/old-wiki/<original_link>` and the new page location. We are hoping to combine this with URL rewriting on wiki.apertis.org to redirect requests for pages formerly served there into the redirect structure. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jan 15, 2020
-
-
Martyn Welch authored
The repo for the apertis website has been moved to the docs group. This has required the baseURL to be updated (and will need updating again when we have www.apertis.org pointing at gitlab pages). Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The home page layout doesn't work with theme and looks very messy. Until we have a bespoke theme, simplify the layout of the home page. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The "fragment" key is a key specific to the syna theme that we aren't likely to be using. Remove it from the markdown. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Use a snappier subtitle given that the current subtitle is basically a shortening of the first paragraph of the home page where the subtitle is also shown. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Replace the Hugo favicon with an Apertis one. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
We are now using the Beautiful Hugo theme, remove the Simple Hugo Theme as it's no longer required. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
There will be a finite period of time during the transfer from the wiki to the hugo site where the wiki may still be more navigatable. So as to avoid the documentation being inaccessable, provide a link to the wiki on the hugo site header (that can be removed easily when the wiki is fully decommissioned). Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The Simple Hugo theme is a bit too minimalistic (which was helpful during conversion from a wiki, but less desirable as we look to go public with the hugo site. Switch back to the Beautiful Hugo theme and tweak both the theme and the config to get the site a little closer to Apertis branding. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
We re not using the Lanyon theme, so remove it from the repo. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jan 14, 2020
-
-
Martyn Welch authored
The conversion script has been improved to handle links better. This commit updates the content to the latest conversion. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Add latest scripted conversion of wiki pages and move to simple Hugo theme. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Nov 22, 2019
-
-
Martyn Welch authored
The config needs updating so that URLs get set to the correct paths in the demo deployment. Also update the basic site details. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
There are a lot of instances of templating in the pages that seems to break Hugo. Ensure these are escaped for now. Some pages also get detected as yaml, giving these pages a header seems to be sufficient to stop these causing an issue. This gets the pages to the point where `hugo server -D` will run and the pages can be seen under `pages`, abeit a bit broken (jsut about all links are broken). Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
-
Martyn Welch authored
Remove pages specific to Mediawiki as we won't be using MediaWiki. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
We will not have any user pages on the new site, the ones from the old site do not add any value. Remove them. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The test cases are now handled by http://qa.apertis.org , we don't want these old versions of the test cases on the new site. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Nov 20, 2019
-
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Nov 19, 2019
-
-
Martyn Welch authored
-
- Mar 06, 2019
-
-
GitLab authored
-