Git Product home page Git Product logo

the-mvm / the-mvm.github.io Goto Github PK

View Code? Open in Web Editor NEW
85.0 85.0 386.0 84.13 MB

The Minimum Viable Model website and Jekyll theme.

Home Page: https://the-mvm.github.io

License: GNU General Public License v3.0

Ruby 0.04% HTML 25.67% CSS 54.29% SCSS 9.21% JavaScript 10.78%
blog demo disqus github-page jekyll jekyll-blog jekyll-site jekyll-template jekyll-theme jekyll-themes theme website yml

the-mvm.github.io's People

Contributors

amaynez avatar hellomrsun avatar imgbotapp avatar ozaanme avatar tbvuma74 avatar tinyzzh avatar weiyunshu1994 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

the-mvm.github.io's Issues

Add click to tweet functionality for blockquotes.

See it in action here:
https://kimgarst.com/how-to-make-money-with-your-website-part-2/

<a class="swp_CTT style6" href="https://twitter.com/share?text=A+good+rule+of+thumb+is+to+try+to+join+affiliate+programs+that+will+give+you+at+least+%2420+or+30%25+per+sale.+Otherwise%2C+you+could+be+putting+in+a+ton+of+work+for+very+little+payoff%21&amp;via=kimgarst&amp;url=https://kimgarst.com/how-to-make-money-with-your-website-part-2/?utm_source=twitter&amp;utm_medium=Social&amp;utm_campaign=SocialWarfare" data-link="https://twitter.com/share?text=A+good+rule+of+thumb+is+to+try+to+join+affiliate+programs+that+will+give+you+at+least+%2420+or+30%25+per+sale.+Otherwise%2C+you+could+be+putting+in+a+ton+of+work+for+very+little+payoff%21&amp;via=kimgarst&amp;url=https://kimgarst.com/how-to-make-money-with-your-website-part-2/?utm_source=twitter&amp;utm_medium=Social&amp;utm_campaign=SocialWarfare" rel="nofollow noreferrer noopener" target="_blank"><span class="sw-click-to-tweet"><span class="sw-ctt-text">A good rule of thumb is to try to join programs that will give you at least $20 or 30% per sale. Otherwise, you could be putting in a ton of work for very little payoff!</span><span class="sw-ctt-btn">Click To Tweet<i class="sw swp_twitter_icon"></i></span></span></a>

BUG - wrong next page path when pages >= 3

change paginate:6 in _config.yml to paginate:3
build site
go to ~/page2
URL of NEXT: ./page3 (~/page2/page3)
image

How to fix:
edit _includes/pagination.html line 6, add one more dot:
<a href="..{{ paginator.next_page_path }}" ……

organizing images for post

looks like /assets/img/posts will look like a mess when you have a dozen blog posts, What I did was to organize was to create folder for each post with name as *.md. Then for front matter just edit to img: posts/{yyyy/mm/dd}filename/
I know I should have been creating pull request but my code in fork is quite messy. will do so in for future fixes.

How to remove shaded box from the home page post-cards?

Thanks for an awesome update to the Adam theme! I'm currently playing around with it trying to transition from the 1.0, so hopefully I can help with some pull requests along the way. Full disclosure, I don't work much with CSS and html, so I'm learning as I go.

My current problem is that I actually quite liked the simplicity of the post cards in Adam 1.0 and would like to get back to that. Specifically, I'm trying to remove the shaded box around the post cards, but I'm having some trouble locating where to do that. Hope you can help!

Cheers!

BUG - Tag Limit?

Describe the bug
A clear and concise description of what the bug is.

Getting ready to publish my github pages site using this template and hit a big issue.
it is only generating the lists for 10 tags. any other tags don't seem to work or function?

Is this a hard-coded limitation? and if so, why is the site rendering all the tags?

To Reproduce
Steps to reproduce the behavior:

  1. visit - https://simondarksidej.github.io/
  2. test tag links

Expected behavior
A clear and concise description of what you expected to happen.

All rendered tags should work and filter posts by tags

Screenshots
If applicable, add screenshots to help explain your problem.
image

Tag 10
image

Tag 11+ ("Book Reviews" tag has 21 articles)
image

BUG - Table of content links not working in post page

Describe the bug
Table of content links does not work (only a couple of first links) in post page.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the Demo page to view the Deep Q Learning for Tic Tac Toe post
  2. Make sure you scroll out of the 'Background' section. From the table of content on the right sidebar click on the 'Background' section (the first section)
  3. The page is not navigated to the position of the 'Background' section

Expected behavior
The page should navigate to the position of the 'Background' section.

Desktop (please complete the following information):

  • OS: macOS 13.3.1
  • Browser: chrome
  • Version Version 112.0.5615.137 (Official Build) (x86_64)

Additional context
I believe the reason for this bug is because the table of content navigates to sections using html ids, and there are duplicated ids of html elements in page-content and in post-excerpt(which is extracted from page content).

BUG - Sometime page can not be rander. show the "empty" page

Describe the bug

image

sometimes can not rander the post-excerpt element.

To Reproduce
Steps to reproduce the behavior:

  1. have no idea reproduce. its all right when i use another theme before.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: windows
  • Browser : chrome
  • Version : 96

Additional context

use the page.excerpt replace it.

image

BUG -

Describe the bug
When I click the the comments box it jump to the newsletter box and the comments box disapeared

To Reproduce
Steps to reproduce the behavior:

  1. Go to any passage
  2. Click on the comments box
  3. See error

Expected behavior
Can type in the box

Desktop (please complete the following information):

  • OS: [windows 10]
  • Browser [edge]
  • Version [22H2]

Any plan support **mermaid** language code block ?

Is your feature request related to a problem? Please describe.

mermaid

It is a Javascript based diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically.

Describe the solution you'd like

support rander mermaid language code block.

flowchart TD
    A[Start] --> B{Is it?};
    B -- Yes --> C[OK];
    C --> D[Rethink];
    D --> B;
    B -- No ----> E[End];

e.g.
image

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Mastodon Links

Hello!

Maybe I don't know how to do it but I'm trying to add a mastodon handle to the page. Any way I can add an icon and the handle?

-H

dark theme

first m not a web developer just a bit knowledge of web development. lately was trying to change the theme to dark and I was struggling a lot, anything can you do to make theming easy. Thanks for the awesome theme.

New Feature: Request more details for setting up mailchimp

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

There does not seem to be enough information for how to configure the MailChip integration. I created a signup form but the URL did not look anything like the example given in the config.

Is it possible for you to provide more info on its configuration?

Preview shows raw math equation

The math equation in markdown file will be displayed in a raw way when preview (see below), which could be composed with MathJax as well.

preview

BUG - Node.js 16 actions and `set-output`deprecated

I was unable to deploy the page and it's impossible to add a new posts now.

Anottations

build (https://github.com/PHRaposo/PHRaposo.github.io/actions/runs/8414565209/job/23038436868)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, ruby/setup-ruby@0a29871, actions/configure-pages@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

build (https://github.com/PHRaposo/PHRaposo.github.io/actions/runs/8414565209/job/23038436868#step:3:80)
The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Ability to swap Disqus for https://utteranc.es/

Is your feature request related to a problem? Please describe.
I've always used Disqus in the past for blogs, however of late disqus comments are getting full of spam and ads

Describe the solution you'd like
Would be great to either have an Utterances implementation, or highlight the areas to be able to swap disqus for utterances

Describe alternatives you've considered
Considered turning off comments, but not great

Additional context
Add any other context or screenshots about the feature request here.
https://ljvmiranda921.github.io/notebook/2021/03/26/migrating-from-disqus-to-utterances/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.