I modified Eric Murphys hugo theme to my liking (dark themed), set it up to work with both quiqr as well as with decap cms. Had a link to it on netlify but have since removed it because I received an email from blogger saying my post was taken down for violating their TOS for malware!! going through all the code I don't see anything wrong with what I posted. when you visit the site you get redirected to a red page saying its deceptive and may be phishing. I've read that google will remove it from showing up in searches. I was reading the terms that you could get your blog deleted for repeat violations its scary because I don't understand what I did wrong in the first place. Im learning alot rn about setting verification for google search console to get more detailed error reports for websites. Ive read about people getting locked out of their netlify accounts in 2023 when some automated tool flagged uses as malicious. read about people who had sites with them and were managing multiple clients to get locked out suddenly. very scary if your building sites for people and your trying to make it easy for them by setting them up with a cms only to have the login page redirect to a red page warning about bad things. potentially disastrous for peoples reputations. Its eye opening, Im thankful this was just my test site, im disappointed though i Put a lot of time in trying to figure out how to use netlify to deploy now im thinking twice after seeing what could potentially go wrong. Ive read horror stories about people sharing their portfolios on linkedin and getting blacklisted because of things like this. It makes sense that the spammers are using free platforms to build accounts. Im still not entirely what the solution is. I think the netlify.app name on my site might be it but i had another link and that one seems to not trigger any problems?
---
the demo template for decap cms is many mbs. I get that they want to show off all their features but its almost a gig. eric murphys setup guide to netlify cms His template was what actually got me started using decap cms. The one they give you I didn't like it had too many mandatory fields.I prefer his because It is just enough to get started and not too much that its overwhelming.
imported some of my blog posts(from blogger then to wordpress to test wp post export feature) The template was simple enough to actually dig in and start to figure out what the files actually do and how they work.
reading through the decap docs on shortcodes they had a link to this to help you embed youtube videos (the instagram one is useless since they stopped access to their API) saw the same guy made a perfect hugo theme. Hugo-Theme-Serial-Programmer
I modded it to get rid of the cyan links, removed the social buttons, made the hover actions smaller. But other than that I think its a perfect basic blog template. I like this theme alot
- jetbrains mono font
- dark grey easy on the eyes
- 10 out of 10
heres my version of the theme set up the models in quiqr cms to be able to build pages locally on my mac or linux or using decap cms on my phone.
I had trouble getting the login to work on manual installs instead of using the template. I found other people with had the same problem
easy work around
because it takes you to root of your site
to fix this you have 2 options
- put /admin/ before the token
- or create the 4 html files in /static/admin
- index, invitation, changeemail, confirmation