Replies: 1 comment 1 reply
-
Thanks for sharing. There is quite a lot of stuff in the Insiders Edition that I think would be useful here. I am thinking of nested tags in particular. Think The new search should help with searching for freelancers in the directory. It will allow for faceted searching, for example, though that will likely be an Insiders feature initially. Note that all these features will ultimately make it into the public version, though we need to hit a few funding goals on the way. Am optimistic that we will! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, First I really appreciate the effort that is put in this project and it's one the most amazing static pages creator I've seen. This encouraged me to try to use it for my freelancers directory project. Hopefully I'm not stretching it too much.
I'm using mkdocs material for displaying freelancer profiles that are based on a standard
toml
file format that is converted tomarkdown
.It work well for single freelancer, anyone can fork and create their own page.
Example Profile
Here are an example profile using Mkdocs Material
Link: https://hur-project.gitlab.io/mkdocs-hur-single-user/com.gitlab.example_user/
Handling More Pages
However to be able to host multiple freelancer profiles I would like to have a way to show pages based on multiple tag selections, Search should be able to show all results on one page, and some other features. This could be based on data available from the original
toml
or themarkdown
file.So I wanted to consult community before going further.
More Resources
If you want to understand the project better here are few links:
toml
) generating tool demo - source codeProject aims to make it easier for freelancers and customers to communicate and to provide an open database that could be used by different software tools for display, indexing and filtering.
Beta Was this translation helpful? Give feedback.
All reactions