Skip to content

tainacan/tainacan-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tainacan Profile

A Tainacan plugin that adds a user Profile page to its menu with dedicated features for a customized digital archive management.

Build it!

Make the script executable:

chmod u+x build.sh

We use sass to build create our css files, so it needs to be compiled. To simply build the necessary .scss files into bundled .css:

./build.sh

To, besides that, move the necessary plugin files to your WordPress plugin directory:

./build.sh /var/www/html/wp-content/plugins/

If you don't like the script you can bundle things by yourself:

cd tainacan-profile
npm install
npm run build

But keep in mind that the script also takes care of removing some source files not necessary for the plugin to work, such as .scss and .package.json.

How to use it?

Just move all files to a folder inside WordPress plugins folder (wp-content/plugins) (which is what the script does);

Download and activate Tainacan Profile. And Tainacan, of course;

About

A Tainacan admin plugin that adds a user Profile page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published