longpdo/neumorphism

No CSS working when setting on github page

Closed this issue · 5 comments

I am trying to set up the theme on github pages and the css it seems broken. Can anyone help me please?

image

Thanks for your checking out my theme.

If you want to use this and deploy to Github Pages, you should setup your own repository first - you can follow the steps described here.

Else can you tell me, what you have done so far?
I can not tell if the screenshot is from a local build or a deployed Github Pages link.

I found what the problem was.
it was a path problem. Check this commit Npizza/test-site@68ec68e

I would like to if it is possible to add a newsletter to the theme! Do you think that it is possible?
(Thanks for your theme it is really impressive!)

Yeah it is a path problem. In your case, I would revert that commit and add your test-site/ baseurl into the config file line 10

Explanation:
The href links you changed are always checking the config file for a baseurl to prepend with | prepend: site.baseurl.
In the description, I added that you should only leave the baseurl empty, if your repository is named npizza.github.io. Since you named it test-site, you would need to add that to baseurl.

Regarding the newsletter suggestion:
Newsletter are generally Emails sent to subscribers. I do not get how you would implement that on this site. Do you mean, you want to add a section with blog articles and it should always show your newest articles?

I am looking to connect it with mailchimp and have some subscribers that I can send them mails

I see.
I just checked it out and it would be possible.

For starters go to https://mailchimp.com/en/help/add-a-signup-form-to-your-website/ and generate the HTML code for your embedded form.

To integrate that into your page, I would add that generated HTML code to the section-contact.html file. Then I would change the css styling, e.g. change the input field to match the project tags and the subscribe button to be similar as the buttons in the timeline section.