Skip to content
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

How to publish a project website like yours from a markdown content file? #4

Open
michael-gc opened this issue Aug 16, 2021 · 5 comments

Comments

@michael-gc
Copy link

michael-gc commented Aug 16, 2021

Hi~ It is a great work and a beautiful web demonstration! I'm a novice in this and I have a quite simple question that confused me a lot.

How to publish a project website using your style template? Do I need to edit the content in the `HTML file manually?

I used to publish a personal web using Github pages from a markdown file. Is there any way to generate the web from a markdown content file using your style template? I did not find any content file (as displayed on the web ) in this repo? Did I miss something?

Thanks very much!

@shunzh
Copy link

shunzh commented Jul 15, 2023

I have the same question and didn't find a Jekyll implementation. So I tried to implement it myself.
Currently, it minimally supports rendering a markdown document. If you need fancier visuals like carousels, I think it still requires writing in HTML+CSS.

Template:
https://github.com/shunzh/project_website/
A working demo:
https://shunzh.github.io/project_website/

bipashasen pushed a commit to hyp-nerf/hyp-nerf.github.io that referenced this issue Oct 2, 2023
@guopei
Copy link

guopei commented Jan 25, 2024

Hi, @michael-gc. I created a demo website that allows you to write markdown and generate styled html. This is still under development. Let me know if you're interested to give it a try.

https://guopei.github.io/markdown-to-project-page-mvp/

Screen Shot 2024-01-24 at 18 40 10

@cncastillo
Copy link

Hi @guopei, this looks amazing I would love to try it!

@cnlnpjhsy
Copy link

Hi @guopei , thanks for your awesome demo!! I'm really novice to such things, so please excuse me to ask this question: how can I save the right-side contents as the html files? 🥲 I just tried save the page by ctrl+S, but the files won't show the contents I have edited.

@fevzikilas
Copy link

❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@shunzh @cncastillo @guopei @michael-gc @cnlnpjhsy @fevzikilas and others