Skip to content

Commit 67cf178

Browse files
docs(readme): replace website url from lemon73-computing.github.io to lemonium.net
restore readme.md to commit 4555ea3
1 parent 23a758a commit 67cf178

File tree

1 file changed

+10
-21
lines changed

1 file changed

+10
-21
lines changed

README.md

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1-
# Lemonium Website
1+
# Lemonium website
22

3-
This repository contains the source code for [Lemon's Resting Area](https://lemon73-computing.github.io), a website built using [Hugo](https://gohugo.io/), a fast and flexible static site generator. The site supports both Japanese and English content.
3+
Promoting [website](https://lemonium.net) for foundation Lemon's Resting Area. Build with the Hugo static site generator.
44

5-
## Table of Contents
5+
## How to use
66

7-
- [How to use](#how-to-use)
8-
- [Create a New Article](#create-new-article)
9-
- [More Information](#more-information)
10-
- [About Multilingual Archetypes](#about-multilingual-archetypes)
11-
- [License](#license)
12-
13-
## How to Use
14-
15-
### Building and Testing the Site Locally
7+
### Building and testing the site locally
168

179
Here are the steps to build site on Ubuntu-based system (tested on KDE neon 24.04):
1810

@@ -30,9 +22,10 @@ hugo server
3022
# http://localhost:1313
3123
```
3224

33-
## Create New Article
25+
### Create new article
3426

3527
To create an article using [the default archetype](./archetypes/default.md):
28+
3629
```shell
3730
# Japanese
3831
hugo new content posts/2024/something.md
@@ -42,6 +35,7 @@ hugo new content/en/posts/2024/something.md
4235
```
4336

4437
To create an article using [the release note archetype](./archetypes/releasenote.md):
38+
4539
```shell
4640
# Japanese
4741
hugo new content -k releasenote posts/2024/something.md
@@ -50,16 +44,11 @@ hugo new content -k releasenote posts/2024/something.md
5044
hugo new -k releasenote content/en/posts/2024/something.md
5145
```
5246

53-
### More Information
54-
55-
https://gohugo.io/content-management/archetypes
56-
57-
### About Multilingual Archetypes
58-
59-
https://discourse.gohugo.io/t/multilingual-archetypes/39542/8
47+
- See also: <https://gohugo.io/content-management/archetypes>
48+
- Multilingual archetypes: <https://discourse.gohugo.io/t/39542/8>
6049

6150
## License
6251

6352
Licensed under the [CC BY-SA 4.0].
6453

65-
[CC BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/deed.ja "Creative Commons License BY-SA 4.0"
54+
[CC BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0 "Creative Commons License BY-SA 4.0"

0 commit comments

Comments
 (0)