Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Blog folder name is not used in links #73

Closed
made-by-traxam opened this issue Jun 8, 2019 · 0 comments
Closed

Blog folder name is not used in links #73

made-by-traxam opened this issue Jun 8, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@made-by-traxam
Copy link
Contributor

System Information
Name Value
OS Windows
Node Version v10.15.0
Project Version 0.1.4
What is the current behavior? When creating a blog entry using `gitfolio blog "Test Blog" -f test-blog`, a folder named `test-blog` is created. The link that will be created in the main page HTML file references `/blog/Test%20Blog` (which returns a 404 error).
What is the expected behavior? The link should point to `/blog/test-blog` as the blog file is created in that directory.
Logs ``` None ```
made-by-traxam added a commit to made-by-traxam/gitfolio that referenced this issue Jun 8, 2019
Fixes blog entry URLs with custom folder names.
@imfunniee imfunniee added the bug Something isn't working label Jun 9, 2019
niradler pushed a commit to niradler/gitfolio that referenced this issue Jun 24, 2020
* Update README.md

* Create FUNDING.yml

* Update README.md

* Update FUNDING.yml

* fail to run bug fix (imfunniee#62)

* added link to GH profile in username block + styling (imfunniee#59)

* bugfixes: added await for fileWrites (was hanging), added path import, url escape issue (imfunniee#58)

* added await for fileWrites (was hanging), added path import

* fixed html escaping issue with background image. +consistency

* changed default background to smaller params. only 90kb

* v.0.1.4

* Delete FUNDING.yml

* Horizontal ordering of Repos + Forks (imfunniee#66)

* decent grid layout. some weird gutter issue tho

* added neg margin to align with headings. fix a elem width.

* quick fix for single-column error when screen is very wide

* docs: add URL with port number to preview the website (imfunniee#69)

* Delete index.css

* Add files via upload

* fixed css for project + fork rows and some other (imfunniee#71)

* Fixes imfunniee#73 (imfunniee#74)

Fixes blog entry URLs with custom folder names.

* Bump lodash from 4.17.11 to 4.17.14 (imfunniee#83)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>

* Added Handles for Twitter, Linkedin and Medium to GitFolio (imfunniee#84)

* Added Handles for Twitter, Linkedin and Medium to GitFolio

* Updates README

* Updates README

* Add files via upload

* Delete blog.js

* Add files via upload

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* update 0.1.5

-added UI
-fixed bugs
-fixed css issues
-creating a blog is now easier than ever

* Delete index.css

* Delete Circular.otf

* Delete index.js

* Update README.md

* Fixed Issues and added a UI

* Update README.md

* remove host workaround for emoji URLs since github-emoji v1.1.1 fixed it (imfunniee#94)

* Setting line endings to unix-style (imfunniee#95)

* Add gitattributes settings to LF
* TY @Pliavi 
* Converting all CRLF to LF

Co-authored-by: imfunny <36105478+imfunniee@users.noreply.github.com>
Co-authored-by: yrong1997 <yrong1997@gmail.com>
Co-authored-by: Benjamin Liden <benjamin.c.liden@gmail.com>
Co-authored-by: Gianfrancø Palumbo <gianpa@gmail.com>
Co-authored-by: traxam <tr808axm@hotmail.de>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rohan Mohapatra <31756343+rohanmohapatra@users.noreply.github.com>
Co-authored-by: Linda_pp <rhysd@users.noreply.github.com>
Co-authored-by: Vitor "Pliavi" Silvério <Pliavi.rpgm@gmail.com>
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants