mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
unifiy address format
This commit is contained in:
parent
e9b5e2ec92
commit
6a36004011
12 changed files with 32 additions and 29 deletions
|
|
@ -3,7 +3,6 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "site.config.js",
|
"main": "site.config.js",
|
||||||
"type": "module",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "nanogen build",
|
"build": "nanogen build",
|
||||||
"start": "nanogen start",
|
"start": "nanogen start",
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<%= page.section %></a></li>
|
<%= page.section %></a></li>
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (page.year) { %>
|
<% if (page.year) { %>
|
||||||
<li><a href="/post/#<%= page.year %>">
|
<li><a href="/posts/#<%= page.year %>">
|
||||||
<%= page.year %></a></li>
|
<%= page.year %></a></li>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,9 +9,9 @@ css:
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/"><%= site.title %></a></li>
|
<li><a href="/"><%= site.title %></a></li>
|
||||||
<li><a href="/post/">posts</a></li>
|
<li><a href="/posts/">posts</a></li>
|
||||||
<li><a href="/project/">projects</a></li>
|
<li><a href="/lost+found/">lost+found</a></li>
|
||||||
<li><a href="/inventory/">inventory</a></li>
|
<li><a href="/projects/">projects</a></li>
|
||||||
<li><a href="/about/">about</a></li>
|
<li><a href="/about/">about</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ layout: post
|
||||||
lang: 'en'
|
lang: 'en'
|
||||||
section: 'lost+found'
|
section: 'lost+found'
|
||||||
|
|
||||||
title: 'list of issues'
|
title: 'issue list'
|
||||||
description: 'Irregular Link Digest'
|
description: 'Irregular Link Digest'
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
|
|
||||||
layout: redirect
|
|
||||||
redirectTarget: '/post/#2020'
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
@ -2,19 +2,19 @@
|
||||||
|
|
||||||
layout: post
|
layout: post
|
||||||
lang: 'en'
|
lang: 'en'
|
||||||
section: 'post'
|
section: 'posts'
|
||||||
|
|
||||||
title: 'list'
|
title: 'post list'
|
||||||
description: 'Сomplete list of posts'
|
description: 'Сomplete list of posts'
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 2020
|
## 2020
|
||||||
|
|
||||||
- [RU] [typographic linter](/post/2020/typographic_linter/)
|
- [RU] [typographic linter](/posts/2020/typographic_linter/)
|
||||||
|
|
||||||
Prettier для текста. Автоматизация рутинной типографики.
|
Prettier для текста. Автоматизация рутинной типографики.
|
||||||
|
|
||||||
- [RU] [initial post](/post/2020/initial_post/)
|
- [RU] [initial post](/posts/2020/initial_post/)
|
||||||
|
|
||||||
Какие инструменты были использованы для создания этого сайта, какие решения были приняты и почему.
|
Какие инструменты были использованы для создания этого сайта, какие решения были приняты и почему.
|
||||||
6
src/pages/posts/2020.md
Normal file
6
src/pages/posts/2020.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
layout: redirect
|
||||||
|
redirectTarget: '/posts/#2020'
|
||||||
|
|
||||||
|
---
|
||||||
|
|
@ -6,7 +6,7 @@ lang: 'ru'
|
||||||
date: '2020-11-08'
|
date: '2020-11-08'
|
||||||
|
|
||||||
year: '2020'
|
year: '2020'
|
||||||
section: 'post'
|
section: 'posts'
|
||||||
|
|
||||||
title: 'initial post'
|
title: 'initial post'
|
||||||
description: 'Первый пост в этом фэнзине, рассказывающий о его внутреннем устойстве'
|
description: 'Первый пост в этом фэнзине, рассказывающий о его внутреннем устойстве'
|
||||||
|
|
@ -6,7 +6,7 @@ lang: 'ru'
|
||||||
date: '2020-11-18'
|
date: '2020-11-18'
|
||||||
|
|
||||||
year: '2020'
|
year: '2020'
|
||||||
section: 'post'
|
section: 'posts'
|
||||||
|
|
||||||
title: 'typographic linter'
|
title: 'typographic linter'
|
||||||
description: 'Prettier для текста. Автоматизация рутинной типографики.'
|
description: 'Prettier для текста. Автоматизация рутинной типографики.'
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
|
|
||||||
layout: post
|
|
||||||
lang: 'en'
|
|
||||||
section: 'project'
|
|
||||||
|
|
||||||
title: 'list'
|
|
||||||
description: 'Сomplete list of experiments'
|
|
||||||
|
|
||||||
---
|
|
||||||
14
src/pages/projects.md
Normal file
14
src/pages/projects.md
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
layout: post
|
||||||
|
lang: 'en'
|
||||||
|
section: 'projects'
|
||||||
|
|
||||||
|
title: 'project list'
|
||||||
|
description: 'Incomplete list of projects and experiments'
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Projects
|
||||||
|
|
||||||
|
Incomplete list of projects and experiments.
|
||||||
|
|
@ -6,7 +6,7 @@ lang: 'en'
|
||||||
date: '2020-10-30'
|
date: '2020-10-30'
|
||||||
|
|
||||||
year: '2020'
|
year: '2020'
|
||||||
section: 'post'
|
section: 'posts'
|
||||||
|
|
||||||
title: 'Markdown test page'
|
title: 'Markdown test page'
|
||||||
description: 'A test document written using Markdown'
|
description: 'A test document written using Markdown'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue