Open stephen-slm opened 7 years ago
Every page apart from about.html within https://github.com/CodeDoesGood/org-website/tree/develop/legacy/website/views needs there core html text removed, formatted and then inserted into the content table of the database using sqlite3 viewer with the next corrisponding id.
You can have a look inside the current nuxt database table to see how its currently done for about page with id of 1
Create a general content layout for each page that will be stored as html in the content table.
E.g create about page in a readable html layout that will be required on page load.