Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likipiki/likipiki.github.io
https://github.com/likipiki/likipiki.github.io
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/likipiki/likipiki.github.io
- Owner: LikiPiki
- Created: 2022-10-13T20:47:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T09:11:31.000Z (about 2 years ago)
- Last Synced: 2023-02-27T20:14:45.763Z (over 1 year ago)
- Language: HTML
- Size: 38.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Likipiki Blog [likipi.gitlab.io](https://likipiki.gitlab.io/)
This is my [hugo](https://gohugo.io/) blog.
## Installation
1. Clone the repository by SHH or HTTP.
2. Install [PaperMod](https://github.com/adityatelange/hugo-PaperMod) theme:
```bash
cd likipiki.gitlab.io
git submodule init
git submodule update
```
3. Run hugo server:
```bash
hugo server
```
## Contribution
If you can contribute to my repository:
1. Fork repository.
2. Clone it to your local machine.
3. Edit some content.
4. Create pull-request.## Page creation
Default archetype is [`archetype/default.md`](https://gitlab.com/likipiki/likipiki.gitlab.io/-/blob/master/archetypes/default.md)
```
hugo new posts/my-post.md
```## Update theme
Update [PaperMod theme](https://github.com/adityatelange/hugo-PaperMod.git) to
latest commit. Do it carefully, and fix all merge conflicts if need!```
git submodule update --remote --merge
```---
You can find me in telegram [t.me/likipiki](https://t.me/likipiki)