forked from Git/hugo-story
1
0
Fork 0
Commit Graph

14 Commits

Author SHA1 Message Date
Olivier 0d4ba3742d Update README.md 2024-04-16 11:27:18 +02:00
Olivier 0c26e3ee41 Update README.md 2024-04-16 11:26:47 +02:00
Olivier aaa01b7d71 Update README.md 2024-04-16 11:24:17 +02:00
Olivier 44c60770b7 Update README.md 2024-04-16 11:21:44 +02:00
Olivier c7b7336aff Update README.md 2024-04-16 11:20:30 +02:00
caressofsteel fb2a35a340 Add Images Dir 2023-01-22 10:44:40 -05:00
caressofsteel 12cdfa2b45 2023 Updates 2023-01-18 18:59:02 -05:00
fvlasie b13ef1626e
change "add" to "clone"
For a new install/site the "git add" command returns an error.
2022-06-02 11:34:07 -07:00
Jayson Basañes 4ef121fca6
Fix possible typo in README
The instructions for copying the `config.toml` is this:

```
cp themes/hugo-story/exampleSite/config.toml/
``` 

But that turned out be an error when I tried it. This gets printed out in the terminal:

```
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file target_file
       cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file ... target_directory
```

I believe the correct instruction is this:

```
cp themes/hugo-story/exampleSite/config.toml ./
```
2021-03-22 13:04:07 -06:00
DR 45804939fa Update Readme 2021-02-05 15:56:51 -05:00
mspnr 0f1110147c cosmetic fixes of README 2021-02-05 01:47:29 +01:00
mspnr 7f1ff71e30 adding steps into quick start guide 2021-02-04 23:23:52 +01:00
DR 60f3a622d7 Update ReadMe 2020-07-24 17:56:19 -04:00
DR a5f322c499 First Commit 2020-07-02 01:03:01 -04:00