diff options
| author | Adam Olech <nddr89@gmail.com> | 2021-10-28 00:14:42 +0200 |
|---|---|---|
| committer | Adam Olech <nddr89@gmail.com> | 2021-10-28 00:14:42 +0200 |
| commit | e0b2266368a5fefe10b9dba7feddfdb84867338e (patch) | |
| tree | 644c6fd579a3a98c8dbe9b223dbed923055e1952 | |
| parent | ea1c3711678006d7c6258a9c05ea85e5fcba29d7 (diff) | |
Disable share icons
| -rw-r--r-- | config.toml | 2 | ||||
| -rw-r--r-- | content/about.md | 1 | ||||
| -rw-r--r-- | content/post/2021-10-26__example-post.md | 1 | ||||
| -rwxr-xr-x | content/post/make_post.sh | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 98fc9da..b772b18 100644 --- a/config.toml +++ b/config.toml @@ -2,12 +2,12 @@ theme = 'soho' baseURL = 'http://example.org/' languageCode = 'en-us' title = 'where extinct potatos go to retire' +summarylength = 10 [params] author = "Adam Olech" profilePicture = "images/me.jpg" customCss = ["css/custom.css"] -disable_share = true [[params.socialIcons]] icon = "fa-linkedin" diff --git a/content/about.md b/content/about.md index 2cccea1..ea74b37 100644 --- a/content/about.md +++ b/content/about.md @@ -4,6 +4,7 @@ description = "Tiny little website describing my technical endeavors..." date = "2020-05-28" aliases = ["about-us","about-hugo","contact"] author = "Adam" +disable_share = true +++ Hello, fellow human being (or web scrapper)! diff --git a/content/post/2021-10-26__example-post.md b/content/post/2021-10-26__example-post.md index 4e1bc3d..c48d10e 100644 --- a/content/post/2021-10-26__example-post.md +++ b/content/post/2021-10-26__example-post.md @@ -6,6 +6,7 @@ description = "...just getting started..." tags = [ "hello", "world", "initial", "firstpost" ] +disable_share = true +++ It's been a while since I set up this domain, but I've gotten into *actually* doing something with it only recently. diff --git a/content/post/make_post.sh b/content/post/make_post.sh index d16f766..ae31d67 100755 --- a/content/post/make_post.sh +++ b/content/post/make_post.sh @@ -14,6 +14,7 @@ tags = [ "fill", "me", ] +disable_share = true +++ \0 |
