mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 15:18:28 +00:00
📓 Add docs alongside
This commit is contained in:
13
docs/content/en/blog/_index.md
Normal file
13
docs/content/en/blog/_index.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Luet Blog"
|
||||
linkTitle: "Blog"
|
||||
menu:
|
||||
main:
|
||||
weight: 30
|
||||
---
|
||||
|
||||
|
||||
This is the **blog** section. It has two categories: News and Releases.
|
||||
|
||||
Files in these directories will be listed in reverse chronological order.
|
||||
|
8
docs/content/en/blog/news/_index.md
Normal file
8
docs/content/en/blog/news/_index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
---
|
||||
title: "News About Luet"
|
||||
linkTitle: "News"
|
||||
weight: 20
|
||||
---
|
||||
|
||||
|
10
docs/content/en/blog/news/website.md
Normal file
10
docs/content/en/blog/news/website.md
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
---
|
||||
title: "Website is up"
|
||||
linkTitle: "Website is up"
|
||||
date: 2019-12-23
|
||||
description: >
|
||||
Website is up
|
||||
---
|
||||
|
||||
Finally the website is up! Docs are a work in progress. Stay tuned for more upcoming updates
|
14
docs/content/en/blog/releases/0.3.md
Executable file
14
docs/content/en/blog/releases/0.3.md
Executable file
@@ -0,0 +1,14 @@
|
||||
|
||||
---
|
||||
title: "0.3 Release"
|
||||
linkTitle: "0.3"
|
||||
date: 2019-12-23
|
||||
description: >
|
||||
X-Mas release!
|
||||
---
|
||||
|
||||
This release comes with a lot of bugfixes and enhancement to the SAT solver core:
|
||||
|
||||
- Add support for `provides`. They allow to have `virtual` packages which can be replaced during solving by other drop-in packages.
|
||||
- Tons of fixes
|
||||
- Preparation for upcoming compression support
|
8
docs/content/en/blog/releases/_index.md
Normal file
8
docs/content/en/blog/releases/_index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
---
|
||||
title: "New Releases"
|
||||
linkTitle: "Releases"
|
||||
weight: 20
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user