Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jihoonahn/blog

Repository for Blog
https://github.com/jihoonahn/blog

blog js publish static-site swift tailwindcss web

Last synced: 2 months ago
JSON representation

Repository for Blog

Awesome Lists containing this project

README

        

# Jihoonahn Blog

### Description
> 저만의 특색이 있는 블로그를 가지고 싶어서 만들게 된 블로그 입니다. iOS 개발자에게 친숙한 Swift 언어와, [Publish](https://github.com/JohnSundell/Publish) 를 이용해서 블로그를 만들었습니다. 꾸준히 업로드 할 예정이며, 블로그 내에서도 여러가지 기능을 추가할 예정입니다.
혹시 블로그 관련해서 궁금하신 점이 있으시면 [[email protected]](mailto:[email protected])로 연락 주시기 바랍니다.

>I made this blog because I wanted to have a blog with my own characteristics. I created a blog using Swift language and [Publish](https://github.com/JohnSundell/Publish), which are familiar to iOS developers. I'm going to upload it continuously, and I'm going to add various functions within the blog.
If you have any questions about the blog, please contact [[email protected]](mailto:[email protected]).

## Install Publish

Make sure you have publish installed:

```bash
brew install publish
```

## Spin up local server
To spin up the project locally run
```
publish run
```
You can now access http://localhost:8000/

## Page
- [Blog](https://blog.jihoon.me/)
- [About](https://blog.jihoon.me/about)
#### Hidden Page
- [Tags](https://blog.jihoon.me/tags/)

## Document
[**blog-document**](https://github.com/jihoonahn/blog-document) is a repository of documents with example codes for your blog.

## License
**Blog** is under MIT license. See the [LICENSE](LICENSE) file for more info.