Skip to content

Commit

Permalink
Edited 1st Post
Browse files Browse the repository at this point in the history
  • Loading branch information
pouyamn committed Sep 12, 2018
1 parent 2b34746 commit 53c2db7
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/pouyamn.github.io-src.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

144 changes: 144 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion content/1st.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ git config credential.helper store
I made a submodel repository by entering this in my main folder (ghpages):

```bash
git submodule add https://github.com/pouyamn/pouyamn.github.io.git output
git submodule add https://github.com/myusername/myusername.github.io.git output
```
so it made a folder named *output*. Now it was the time for installing pelican and running it:
```bash
Expand Down

0 comments on commit 53c2db7

Please sign in to comment.