nitricware / wp-latex-theme

A Wordpress theme resembling a latex document. Somewhat responsive and supports dark mode.
2 stars 2 forks source link

Upload screenhost and change dir structure #1

Open kosciuk opened 2 years ago

kosciuk commented 2 years ago

Hi, I have done git clone in wp-content/themes, but I needed to copy the dir 3 levels down, ¿how can I make changes and commit?

The design I see is: Captura de pantalla de 2022-01-19 02-00-46

Could you upload a screenshot to see what you see? I expected something like this: https://latex.vercel.app/

nitricware commented 2 years ago

I'm sorry, but I don't quite understand the problem.

Cloning the repository creates a folder structure: src > wp-content > themes > wp-latex-theme

When running docker-compose up in the root directory (the one that contains src), a docker container starts that integrates wp-latex-theme into a WordPress installation.

Any change you make to files in wp-latex-theme are reflected in the docker container and tracked by git. .gitignore ignores the other files that are placed in src by docker.

The design in your screenshot seems fine.

nucflash commented 1 month ago

Hi, I was also hoping that this plugin brings latex.css to Wordpress as a theme. This is an independent and different approach.

Screenshot 2024-07-28 at 5 13 14 PM
nitricware commented 1 month ago

That looks interesting! I'll look into it!