-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating a blog | Oriol unraveled #7
Comments
Hello Oriol, |
Hello Oriol, |
@Outsiders17711 |
@deepwilson |
@Outsiders17711 This is great! I would have liked to "package" the two fastpages compatible themes I played around with (I also got basically basic theme to more or less work at https://oriolabril.github.io/test_fastpages/) but I don't have time nor skills to do so.
Thanks! I will take a look, this sounds great. I have paused working on the blog for now, I hope to be able to restart working on it and publishing new posts after the summer, probably around October. |
@Outsiders17711 |
@deepwilson |
Yeah, same here. I went crazy for a couple weeks, tweaking and changing and personalizing (too some html crash courses lol). Now, I'm mostly settled on the looks and I'm just trying to devote time to finishing up on some posts I have queued. |
@Outsiders17711 |
@deepwilson |
@Outsiders17711 |
@deepwilson I went through some of your posts and I noticed a few things:
I know it a work in progress and all. This is a pretty solid job already man. 👏 |
@Outsiders17711 I spend my whole day trying to create a separate section for my poems. (basically _posts with a different category) Could you have a look if possible? p.s. I'm a noob at HTML! |
@Outsiders17711 Do you have a linkedin id? Just realized you only have Github.. |
Sure. I'll take a look. But we are in the same shoes though. I had to read a bunch of html stuff of stackoverflow and w3schools. This is literally my first experience with Github/html/blogs. I'm making it up as I go lol...
I've got one but it's inactive. I'm currently a graduate student so it's temporarily deactivated. |
I've taken a look and the only thing I can figure out is that the issue probably stems from the way you set up your poetry content. Ii kinda violates what the FastAI scripts expect. What I did was change the setup to align closer to the FastAI default as follows:
Do you get what I tried to do? You can find the new files here. Lets see if that works. Go easy on me lol. |
@Outsiders17711 However, looks like it is missing the foot.html (the HOME and BLOG buttons are missing) I guess I'm almost done customizing my look. It has been really rewarding working with this site! Do you get what I tried to do? You can find the new files here. Lets see if that works. Go easy on me lol. - Seriously mate?? You already look like a pro. Read up about imposter syndrome If you ever need any help in computer vision just hit me up anytime! |
Yay!! I'm so glad it worked. Okay, now I feel like I know something!
My exact same reaction man. I can confidently say I've got the hang of html and css now. I've used that knowledge to create local overrides in Chrome, edit the look of my Calibre reader, etc...
If you want to further personalize, change specific element colors and looks, check out this Change Log I created. You'll be able to more precisely edit the look of the blog.
This issue is coming from
Thanks for the offer man. Feels good to help out. |
@Outsiders17711 |
Turns out the issue isn't coming from <footer>
<ul class="actions">
<li><a href="{{ "/" | absolute_url }}" class="button">Home</a></li>
<li><a href="{{ "/blog/" | absolute_url }}" class="button">Blog</a></li>
</ul>
</footer> Take a look at |
@Outsiders17711 |
Finally!! 🕺🕺 |
@Outsiders17711 But no luck! |
Yeah., I was. Uncomment lines 28-38 and replace the tags in line 32 and 38 with yours. |
@Outsiders17711
Oh. then I have to wait I just made my changes recently |
Hello Oriol! Do you remember how you did it? More or less the steps you took? I know it's a lot to ask, but I've already screwed up a couple of repos I had to permanently delete, and the documentation for Basically Basic does not say anything about using it with fastpages. ( Trust me, I tried a lot of ways of doing this, no result, that's why I'm resorting to ask you about it. Thanks! |
Not sure if it will still work, but here are the tests I did with basically basic: https://github.com/OriolAbril/test_fastpages |
Creating a blog | Oriol unraveled
Sailing in the sea of blogging alternatives
https://oriolabril.github.io/oriol_unraveled/jekyll/2020/07/10/blog.html
The text was updated successfully, but these errors were encountered: