Initial commit
This commit is contained in:
commit
3d30a58ccb
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
16
LICENSE.txt
Normal file
16
LICENSE.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Kirsle's Blog
|
||||||
|
Copyright (C) 2017 Noah Petherbridge
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or
|
||||||
|
modify it under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation; either version 2
|
||||||
|
of the License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
21
README.md
Normal file
21
README.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Blog
|
||||||
|
|
||||||
|
This is the source code that will soon power [kirsle.net](https://www.kirsle.net/).
|
||||||
|
|
||||||
|
# Setup
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# If you're new to Go, set your GOPATH.
|
||||||
|
export GOPATH="${HOME}/go"
|
||||||
|
|
||||||
|
# Clone this repository to your go src folder.
|
||||||
|
git clone https://github.com/kirsle/blog ~/go/src/github.com/kirsle/blog
|
||||||
|
cd ~/go/src/github.com/kirsle/blog
|
||||||
|
|
||||||
|
# Run the server
|
||||||
|
make run
|
||||||
|
```
|
||||||
|
|
||||||
|
# License
|
||||||
|
|
||||||
|
MIT.
|
Loading…
Reference in New Issue
Block a user