Commit Graph

15 Commits

Author SHA1 Message Date
Hippo ac64a8479a Add meta tags for pretty thumbnail embedding 2022-08-26 18:25:30 +05:30
Hippo 24a06c36c3 Customise favicon 2022-08-26 17:58:07 +05:30
Hippo 78564579c6 Add LICENSE 2022-08-26 17:51:03 +05:30
Hippo fede9f2856 Add more detailed instructions for Ghost import 2022-08-26 17:31:40 +05:30
Hippo 27594b28c4 Adjust font size for icons 2022-08-26 17:31:28 +05:30
Hippo 04308a85c7 Add "Built by" footer link to source code 2022-08-26 16:58:48 +05:30
Badri Sunderarajan c30e69c372 Update README with actual information
Just realised we had the project template's README in there, which, while not
entirely useless, could definitely be improved upon
2022-08-06 03:22:45 -07:00
Badri Sunderarajan 8c07139112 Actually generate and save JSON file 2022-08-05 12:58:07 +05:30
Badri Sunderarajan 9adb072dc3 Remove extraneous console.log line 2022-08-05 12:26:04 +05:30
Badri Sunderarajan e00d44f9e7 Set title in HTML page as well as Svelte app
Didn't realise that's where it was being set all along 😅
2022-08-05 11:07:41 +05:30
Badri Sunderarajan 38b1aff162 Update all indentation from tabs to spaces
It seems there were a few stray tabs that used to be there earlier
but since we're now using spaces, we've got rid of all the tabs
permanently.
2022-08-05 11:07:41 +05:30
Badri Sunderarajan 9f2c248e41 Display errors in pretty format
This is a considerable improvement over dumping them in an alert()!
2022-08-05 11:07:41 +05:30
Badri Sunderarajan 192ba69ae3 Set page title 2022-08-05 11:07:41 +05:30
Badri Sunderarajan 80427068ea Validate fields (and auto-update slug)
The slug is intelligently computed from the other fields, until
the user decides to manually override it.
2022-08-05 11:07:41 +05:30
Badri Sunderarajan e74ea1b4cd Basic Svelte project with input form 2022-08-05 11:07:41 +05:30